find_excess_dead_records: Find excess dead records

View source: R/census_data_error.r

find_excess_dead_recordsR Documentation

Find excess dead records

Description

Find stems having dead/unknown records >3 (1.2ha) or 2> (6ha).

Usage

find_excess_dead_records(
  census_data,
  stem_id_column = "stem_id",
  deprecated_column = "修正済み",
  ld_column = "ld",
  q_column = "Q",
  gbh_column = "gbh"
)

Arguments

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.

Value

list of data.frames for stems with excess dead records.


Marchen/r_ogawa documentation built on July 5, 2025, 6:29 a.m.