View source: R/survey-data-processing.R
Tidy the survey set data for use in modeling
1 2 3 4 5 6 7 | tidy_survey_sets(
dat,
survey,
years,
utm_zone = 9,
density_column = "density_kgpm2"
)
|
dat |
Output from [get_survey_sets()]. |
survey |
The name of a survey (see get_ssids()). |
years |
The years. |
utm_zone |
UTM zone. |
density_column |
Name of the density column. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.