It makes a plot of the results created after using kappa_tools
## 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
kappa_tools
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)}