agouti_summary | R Documentation |
Summarise a aggregated output dataset.
agouti_summary(x, ID = ID, high_res = NA, na.rm = FALSE)
x |
A data frame suitable for use as aggregate output data. |
ID |
The column to use as the group ID column. Unquoted value. |
high_res |
A string or vector of strings specifying a column or columns of high resolution variables to summarise. default is NULL in which case the function will summarise all variables with more unique values than ID |
na.rm |
default is false, if na.rm is not equal to false, NA's will be dropped |
data(madagascar_malaria)
agouti_summary(madagascar_malaria)
agouti_summary(madagascar_malaria, high_res=c("pop","EVI"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.