ps_get_group | R Documentation |
Get Group
ps_get_group(
x,
breaks = c(Recruit = 0, Juvenile = 20, Subadult = 50, Adult = 70)
)
x |
A numeric or integer vector |
breaks |
A uniquely named numeric vector of the first value of each group. |
An ordered factor of the group.
ps_get_group(c(-Inf, -1, 0, 19, 20, 69, 70, Inf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.