Learn R Programming

mrgsim.sa (version 0.2.0)

plot.lsa: Plot a lsa object

Description

Plot a lsa object

Usage

# S3 method for lsa
plot(x, y = NULL, pal = NULL, ...)

Value

A ggplot.

Arguments

x

output from lsa().

y

not used.

pal

a color palette passed to ggplot2::scale_color_brewer(); use NULL to use default ggplot color scale.

...

not used.