pick_plotname: Pick the given or first (alpha sorted) plot from a...

Description Usage Arguments Value See Also Examples

Description

Pick the given or first (alpha sorted) plot from a ViewFullTable.

Usage

1
pick_plotname(vft, plot_nm = NULL)

Arguments

vft

Dataframe; particularly a ForestGEO ViewFullTable.

plot_nm

Length-1 character vector of the value of PlotName (or plotname) to pick from vft.

Value

A dataframe.

See Also

Other functions to pick or drop rows of a ForestGEO dataframe: drop_twice_dead

Examples

1
2
3
vft <- data.frame(PlotName = c("a", "b"), stringsAsFactors = FALSE)
pick_plotname(vft)
pick_plotname(vft, "b")

forestgeo/fgeo.misc documentation built on June 23, 2019, 6:26 p.m.