View source: R/census_data_error.r
find_excess_dead_records | R Documentation |
Find stems having dead/unknown records >3 (1.2ha) or 2> (6ha).
find_excess_dead_records(
census_data,
stem_id_column = "stem_id",
deprecated_column = "修正済み",
ld_column = "ld",
q_column = "Q",
gbh_column = "gbh"
)
census_data |
a data.frame having census data. |
stem_id_column |
a character specifying the column name of stem ID. |
deprecated_column |
a character specifying the name of the column having flags of deprecated records. |
ld_column |
a character specifying the name of the column alive/dead/unknown status. |
q_column |
a character specifying the name of the quadrat data. |
gbh_column |
a character specifying the name of the gbh data. |
list of data.frames for stems with excess dead records.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.