diff options
Diffstat (limited to 'man/FOCUS_PELMO_crops.Rd')
-rw-r--r-- | man/FOCUS_PELMO_crops.Rd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/FOCUS_PELMO_crops.Rd b/man/FOCUS_PELMO_crops.Rd new file mode 100644 index 0000000..f6a41b4 --- /dev/null +++ b/man/FOCUS_PELMO_crops.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/FOCUS_PELMO_data.R +\docType{data} +\name{FOCUS_PELMO_crops} +\alias{FOCUS_PELMO_crops} +\title{FOCUS PELMO crop names} +\format{An object of class \code{character} of length 25.} +\usage{ +FOCUS_PELMO_crops +} +\description{ +A named character vector with the crop names used in the PELMO 5.5.3 GUI. +For the names, three letter codes were constructed by generally taking the +first three letters in lower case. Only when there is an expression in +parentheses, the first letter of this expression becomes the first letter +in the three letter code, i.e. 'Peas (animals)' has the code \code{ape}. +} +\examples{ +print(FOCUS_PELMO_crops) +} +\keyword{datasets} |