View source: R/anthrome_summary.R
anthrome_summary | R Documentation |
A convenience function to create summaries of the total land area in each anthrome type at each time step, potentially subset by an additional variable.
anthrome_summary(anthromes, inputs, by = NULL) hyde_summary(hyde, inputs, by = NULL)
anthromes |
A stars object containing the anthrome classification. |
inputs |
A stars object containing HYDE 3.2 fixed inputs. |
by |
a column in data by which to group the anthrome data before summary |
hyde |
A stars object containing HYDE 3.2 land use and population data. |
hyde_summary
: Summarise HYDE 3.2 population time series.
# global summary anthrome_summary(anthromes_med, inputs_med) # summary by regions anthrome_summary(anthromes_med, inputs_med, by = regions) # summarise hyde data hyde_summary(hyde_med, inputs_med, by = regions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.