Learn R Programming

PRISMA (version 0.2-1)

plot.prisma: Generics For PRISMA Objects

Description

Print and plot generic for the PRISMA objects.

Usage

## S3 method for class 'prisma':
print(x, ...)
## S3 method for class 'prisma':
plot(x, ...)

Arguments

x
PRISMA data loaded via loadPrismaData
...
not used

See Also

estimateDimension, prismaHclust, prismaDuplicatePCA, prismaNMF

Examples

Run this code
data(asap)
print(asap)
plot(asap)

Run the code above in your browser using DataLab