taxa (version 0.1.0)

n_obs: Count observations in taxmap()

Description

Count observations for each taxon in a taxmap() object. This includes observations for the specific taxon and its subtaxa.

obj$n_obs(target)
n_obs(obj, target)

Arguments

target

The name of the list/vector/table in obj$data

Value

numeric

See Also

Other taxmap data functions: n_obs_1

Examples

Run this code
# NOT RUN {
n_obs(ex_taxmap, "info")

# }

Run the code above in your browser using DataCamp Workspace