Learn R Programming

PRISMA (version 0.2-7)

plot.prisma: Generics For PRISMA Objects

Description

Print and plot generic for the PRISMA objects.

Usage

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

Arguments

x

PRISMA data loaded via loadPrismaData

...

not used

See Also

estimateDimension, prismaHclust, prismaDuplicatePCA, prismaNMF

Examples

Run this code
# NOT RUN {
data(asap)
print(asap)
plot(asap)

# }

Run the code above in your browser using DataLab