Description Usage Arguments Examples
Create histograms or boxplots of each trait in the field book table
1 2 |
fbt |
A Field Book Table object. |
traits |
A character vector specifying the trait to plot. Defaults to all numeric traits. |
graph |
The type of plot to produce. Accepted values are |
bins |
The number of bins to force in the histogram. |
nrow |
The number of graphs to display in a column. See
|
ncol |
The number of graphs to display in a row. See
|
1 2 3 4 5 6 7 | data("fbt_sample")
# For boxplots
fb_visualize(fbt = fbt_sample)
# For histograms
fb_visualize(fbt = fbt_sample, graph = "histogram")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.