scheme2country {birdring}R Documentation

Gives the country name from the scheme code

Description

Transforms the scheme codes into country name.

Usage

scheme2country(x)

Arguments

x

variable scheme from the data frame produced by read.EURING2000 or
read.EURING2000plus

Value

a factor with levels coresponding to the country names

Author(s)

F. Korner-Nievergelt

References

www.euring.org

See Also

codes2names

Examples

schemecode <- "HES"
scheme2country(schemecode)


[Package birdring version 1.6 Index]