select_observed_range: Limit the observation to the range in which the species is...

View source: R/select_observed_range.R

select_observed_rangeR Documentation

Limit the observation to the range in which the species is present

Description

Limit the observation to the range in which the species is present

Usage

select_observed_range(observation, variable)

Arguments

observation

the data.frame with observations

variable

the name of the factor

Examples

observation <- data.frame(
  Count = c(0, 0, 100, 101, 0, 51, 1, 0, 0, 0),
  Year = 1:10
)
select_observed_range(observation, "Year")

inbo/n2kanalysis documentation built on Feb. 17, 2024, 1:32 a.m.