View source: R/plot.kappa_tools.R
plot.kappa_tools | R Documentation |
It makes a plot of the results created after using kappa_tools
## S3 method for class 'kappa_tools'
plot(x, ...)
x |
An object of the class kappa_tools |
... |
Other arguments (ignored) |
A panel of 2 plots is being created, see kappa_tools
for details.
kappa_tools
{
### Use the sample data "wd2"
data(wd2)
ch=convhulln(as.matrix(wd2),'Fx')
chlist=as.list(ch)
chvertices = unique(do.call(c,chlist))
aa=archetypal(wd2, 3)
out=kappa_tools(aa , df = wd2, numBins = 100, chvertices, verbose = T )
plot(out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.