Learn R Programming

archetypal (version 1.3.1)

plot.kappa_tools: 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 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

Run this code
{# \donttest{
### 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)
# }
}

Run the code above in your browser using DataLab