age_select | R Documentation |
Age ranges for selection based on age.
age_select(...)
... |
Ignored |
None
A list with variable names as the elements. Each element is itself a list with species as the elements. Each speices element is a list with the age range for a locale as the elements as a length 2 vector with the lower limit as the first value and the upper limit as the second value.
Erik Lampa
age_select() ## Show the entire list
## Create the age selection but change the lower limit for Hg of
## herrings at Landsort to 1.
agesel <- age_select()
agesel$HG$CLUP$LAND[1] <- 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.