getScale: Returns empirical cumulative distribution mappings

Description Usage Arguments Value Examples

Description

Returns empirical cumulative distribution mappings

Usage

1
2
3
4
getScale(x, ...)

## S3 method for class 'eqldensmap'
getScale(x, at = NULL, inverse = FALSE, ...)

Arguments

x

object

...

additional parameters to pretty

at

numeric; the magnitudes to return the mapping for. If NULL (the default) the function uses pretty to generate these.

inverse

logical; should at be values of the ecdf? If TRUE the ecdf is inverted to solve for the magnitudes

Value

a data.frame with the scale and mapping information

Examples

1
2
3
M.ref <- runif(10,5,8)
M.map <- eqldens(1:10, M.ref)
getScale(M.map)

abarbour/eqldens documentation built on May 10, 2019, 4:06 a.m.