meanbiplot {lsbclust} | R Documentation |
Biplots of
Description
Construct simple two-dimensional biplots given matrices representing the rows and columns of a two-dimensional matrix using ggplot2.
Usage
meanbiplot(rows, cols)
Arguments
rows |
A list of matrices representing the rows |
cols |
A list of matrices representing the columns |
Examples
set.seed(1)
dat <- rlsbclust(ndata = 1, nobs = 100, size = c(10, 8), nclust = c(5, 4, 6, 5))
meanbiplot(dat[[1]]$interactions$C, dat[[1]]$interactions$D)
[Package lsbclust version 1.1 Index]