Learn R Programming

episplineDensity (version 0.0-1)

postproc.control: Set options for post-processing of expepi output

Description

Generate a list of options for post-processing expepi output.

Usage

postproc.control(numevalpts = 10000, pic.types = c("1"), normalize.to.1 = TRUE)

Arguments

numevalpts
Integer, giving number of equally-spaced points at which to compute density estimate. Default 10,000.
pic.types
Character vector, naming the types of pictures produced. Default "1", which produces a graph of the density with points in red circles.
normalize.to.1
The density should integrate to exactly 1, but sometimes the numeric value is a little different from 1. If this is TRUE, the density's values are scaled so that the integral is exactly 1.

Value

A list of preprossing options with the values of the arguments.

See Also

expepi, ~~~