R/plot.incaix.R

Defines functions plot.incaix

Documented in plot.incaix

plot.incaix <- function(x, y, ...){
# x must be a list with three components
   k <- length(x$well_class)
   p <- (x$well_class)/(x$Ni_cluster)*100
   barplot(t(p), names.arg=1:k, ylab="% well classified units", xlab="Group")
}

Try the ICGE package in your browser

Any scripts or data that you put into this service are public.

ICGE documentation built on Oct. 17, 2022, 5:10 p.m.