tableIDs | R Documentation |
Returns a list of user-supplied parameters and parameter values for data table unique IDs to be supplied to *pop functions.
tableIDs(
cond = "PLT_CN",
plt = "CN",
tree = "PLT_CN",
seedling = "PLT_CN",
subplot = "PLT_CN",
subp_cond = "PLT_CN",
condid = "CONDID",
subpid = "SUBP",
...
)
cond |
String. Unique identifier of plot in cond. |
plt |
String. Unique identifier of plot in plt. |
tree |
String. Unique identifier of plot in tree. |
seedling |
String. Unique identifier of plot in seedling. |
subplot |
String. Unique identifier of plot in subplot. |
subp_cond |
String. Unique identifier of plot in subp_cond. |
condid |
String. Unique identifier of a condition in cond. |
subpid |
String. Unique identifier of a subplot in subplot and subp_cond. |
... |
For extendibility. |
If no parameters, an empty list is returned.
A list of user-supplied unique identifier of a plot in tables.
Tracey S. Frescino
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.