| GetValue | R Documentation |
Obtain all the possible values of a discrete variable.
GetValue(tree, var, message = TRUE)
tree |
a |
var |
the variables to be queried |
message |
type of desired distribution |
a vector of the possible values of discrete variable. If the variable is continuous,
the returned value will be NULL.
Han Yu
data(toytree) GetValue(toytree, "HDL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.