plot.kappa_tools {archetypal} | R Documentation |
Plot an object of the class kappa_tools
Description
It makes a plot of the results created after using kappa_tools
Usage
## S3 method for class 'kappa_tools'
plot(x, ...)
Arguments
x |
An object of the class kappa_tools |
... |
Other arguments (ignored) |
Details
A panel of 2 plots is being created, see kappa_tools
for details.
See Also
Examples
{
### 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)
}
[Package archetypal version 1.3.1 Index]