taxa (version 0.1.0)

n_obs_1: Count observation assigned in taxmap()

Description

Count observations assigned to a specific taxon in an taxmap(). This does not include observations assigned to subtaxa.

obj$n_obs_1(target)
n_obs_1(obj, target)

Arguments

target

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

Value

numeric

See Also

Other taxmap data functions: n_obs

Examples

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

# }

Run the code above in your browser using DataCamp Workspace