plot.rwclust: Generic plotting for rwclust object

View source: R/utils.R

plot.rwclustR Documentation

Generic plotting for rwclust object

Description

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

Usage

## S3 method for class '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


Rwclust documentation built on July 25, 2022, 1:05 a.m.