Learn R Programming

Rwclust (version 0.1.0)

plot.rwclust: Generic plotting for rwclust object

Description

Generic function for plotting the distribution of weights. Calls hist under the hood.

Usage

# S3 method for rwclust
plot(x, cutoff = NULL, ...)

Arguments

x

rwclust object

cutoff

optional numeric, will plot the cutoff value as a vertical line

...

additional graphical parameters passed to the hist function