plot.est_performance: Plot method for class est_performance

View source: R/plot_est_performance_method.R

plot.est_performanceR Documentation

Plot method for class est_performance

Description

Plot method for class est_performance

Usage

## S3 method for class 'est_performance'
plot(x, width = 0.3, adjust = 1.2, type = "density", ...)

Arguments

x

an object of class est_performance to be plotted

width

Adjusts the scale of the x-axis. Defaults to 0.3.

adjust

Adjusts the smoothing bandwidth for density estimation. Defaults to 1.2.

type

A character string selecting density plots or histograms. Must be one of "density" or "hist"

...

additional arguments to be passed to plot


mcbeem/giftedCalcs documentation built on May 3, 2022, 3:34 a.m.