histMeas: "Plot a histogram of the measurement"

View source: R/meas.R

histMeasR Documentation

"Plot a histogram of the measurement"

Description

Plot a histogram of the measurement

Usage

histMeas(obj, clip = NULL, quant = FALSE)

## S3 method for class 'arcosTS'
histMeas(obj, clip = NULL, quant = FALSE)

Arguments

obj

an arcosTS object.

clip

a two-element vector with lower and upper measurement values (if quant is FALSE) or quantiles (if quant is TRUE) to indicate clipping, default NULL.

quant

a logical to indicate whether the clip parameter is treated as lower and upper bounds of the measurement or as quantiles, default FALSE.

Details

The histogram can optionally indicate regions defined by lower and upper clipping values or by quantiles.

Value

a ggplot2 object.

Examples

cat("no examples")

dmattek/ARCOS documentation built on Dec. 5, 2024, 11:02 p.m.