meanbiplot: Biplots of

Description Usage Arguments Examples

Description

Construct simple two-dimensional biplots given matrices representing the rows and columns of a two-dimensional matrix using ggplot2.

Usage

1
meanbiplot(rows, cols)

Arguments

rows

A list of matrices representing the rows

cols

A list of matrices representing the columns

Examples

1
2
3
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)

lsbclust documentation built on May 1, 2019, 10:27 p.m.