Description Usage Arguments Value See Also Examples
Pick the given or first (alpha sorted) plot from a ViewFullTable.
1 | pick_plotname(vft, plot_nm = NULL)
|
vft |
Dataframe; particularly a ForestGEO ViewFullTable. |
plot_nm |
Length-1 character vector of the value of |
A dataframe.
Other functions to pick or drop rows of a ForestGEO dataframe: drop_twice_dead
1 2 3 | vft <- data.frame(PlotName = c("a", "b"), stringsAsFactors = FALSE)
pick_plotname(vft)
pick_plotname(vft, "b")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.