Learn R Programming

lsbclust (version 1.1)

meanbiplot: 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

Run this code
# 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