| synoptic | R Documentation |
Create an object of class synoptic from a VegsoupPartitionFidelity object.
synoptic(obj, stat.min = 0.4, p.max = 0.05, coverscale = TRUE)
obj |
|
stat.min |
|
p.max |
|
coverscale |
|
The function processes an object of class VegsoupPartitionFidelity and returns an object of class synoptic containing all necessary information for the generation of synoptic vegetation tables.
An object of class synoptic.
Roland Kaiser
monoptic
library(vegsoup)
xx <- fidelity(VegsoupPartition(coenoflex(), k = 3))
x <- synoptic(xx)
x
# generate LaTex file
latex2(x, file = tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.