logspline.plot {logspline} | R Documentation |
Plots a logspline density, distribution function, hazard function or survival function.
logspline.plot(fit, n=100, what="d", ...)
fit |
a list like the output from logspline.fit .
|
n |
the number of equally spaced points at which to plot the density. |
what |
what should be plotted: d (density), p (distribution function), s (survival
function) or h (hazard function).
|
... |
all regular plotting options as desired. |
This function produces a plot of a logspline fit at n equally
spaced points roughly covering the support of the density. (Use
xlim=c(from,to)
to change the range of these points.)
logspline.fit
, logspline.summary
,
dlogspline
, plogspline
,
qlogspline
, rlogspline
.