plot.urfunction: Plots an 'urfunction'.

Description Usage Arguments Details Examples

View source: R/ploturfunction.R

Description

Plots an urfunction.

Usage

1
2
## S3 method for class 'urfunction'
plot(x, ..., includy = NULL)

Arguments

x

the urfunction to be plotted

...

further arguments for controlling the plot, see the arguments of curve.

includy

optional numeric vector containing values that are to be included in the ylim extent of the y-axis. Can be used to always start at 0, for example.

Details

Plots the function x, using plot options contained in the options attribute of x. These options can be overridden by ... arguments. Plot parameters in ... can be given as "simplist"s or separately.

Examples

1
2
3
4
urfu <- urfunction(sin, xlab = "beta")
plot(urfu, from = 0, to = 2*pi)
#compare x- and y- axis labels
plot(sin, from = 0, to = 2*pi)

fdnonpar documentation built on May 2, 2019, 5:54 p.m.