as_obr | R Documentation |
obr
objectCast data frame to list-like obr
object
as_obr(x)
x |
A data frame or list-like object to cast. Must have named elements for "year", "samp_depth", "num_defol", "perc_defol", "num_max_defol", "perc_max_defol", "mean_gsi", "mean_ngsi", "outbreak_status". |
x
cast to an obr
object
data(dmj_obr)
example_data <- as.data.frame(dmj_obr)
is.obr(example_data)
back_to_obr <- as_obr(example_data)
is.obr(back_to_obr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.