Learn R Programming

NADA2 (version 2.0.1)

hc_ppoints: Compute plotting positions for censored and uncensored data

Description

Compute plotting positions for censored and uncensored data

Usage

hc_ppoints(obs, censored, na.action = getOption("na.action"))

Value

A numeric vector of plotting positions.

Arguments

obs

A numeric vector of observations.

censored

A logical vector indicating which values are censored.

na.action

A function to handle NA values (default from options).