powered by
Construct simple two-dimensional biplots given matrices representing the rows and columns of a two-dimensional matrix using ggplot2.
meanbiplot(rows, cols)
A list of matrices representing the rows
A list of matrices representing the columns
# NOT RUN { 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) # }
Run the code above in your browser using DataLab