z.plot.range: Tile plot of best fit area for a correlation

Description Usage Arguments Examples

View source: R/stats.R

Description

Plot will show blue areas with the lowest errors and redish with very high error or close to MAPE=25. Pink is much greater than 25.

Usage

1
2
z.plot.range(correlation = "DAK", stat = "MAPE", pprRange = "lp",
  ...)

Arguments

correlation

identifier. Can be "HY", "DAK", "DPR" "N10", "SH"

stat

Any of the statistical variables in z.stats:

pprRange

low (lp) or high (hp) chart area of the Standing-Katz chart

...

any other parameter

Examples

1
2
3
4
5
# plot Dranchuk-AbouKassem
z.plot.range("DAK")

# plot Beggs-Brill correlation with fine grid on Ppr
z.plot.range("BB", interval = "fine")

f0nzie/zFactor documentation built on Aug. 2, 2019, 1:42 a.m.