interp.axis: Create Right-Side y-Axis Lables for a CDF Plot

Description Usage Arguments Value Author(s)

View source: R/interp.axis.R

Description

This function creates right side y-axis labels for a CDF plot. It assumes that arguments cdfest.l and cdfest.r are strictly increasing. If argument yl.lab is less than the first cdfest.l vlaue, then the funciton assumes 0 for both cdfest.l and cdfest.r.

Usage

1
interp.axis(yl.lab, cdfest.l, cdfest.r)

Arguments

yl.lab

Vector of left side y-axis labels, which are the basis for interpolating cdfest.r values.

cdfest.l

Vector of CDF estimates corresponding to the left side y-axis.

cdfest.r

Vector of CDF estimates corresponding to the right side y-axis.

Value

A numeric vector consisting of the right side y-axis labels.

Author(s)

Tony Olsen Olsen.Tony@epa.gov
Tom Kincaid Kincaid.Tom@epa.gov


mhweber/spsurvey documentation built on Sept. 17, 2020, 4:24 a.m.