Plotting methods for generator objects of classes
"Tinflex"
and "TinflexC"
.
The plot shows the (transformed) density, hat and squeeze.
# S3 method for Tinflex
plot(x, from, to, is.trans=FALSE, n=501, ...)
# S3 method for TinflexC
plot(x, from, to, is.trans=FALSE, n=501, ...)
an object of class "Tinflex"
or "TinflexC"
.
the range over which the function will be plotted. (numeric)
if TRUE
then the transformed density and its
hat and squeezes are plotted. (logical)
the number of x values at which (transformed) PDF to evaluate. (integer)
arguments to be passed to methods, such as graphical
parameters (see par
). In particular the following
argument may be useful:
ylim
limit for the plot range: see
plot.window
. It has sensible defaults if omitted.
Josef Leydold josef.leydold@wu.ac.at, Carsten Botts and Wolfgang Hörmann.
This is the print
method for objects of class
"Tinflex"
or "TinflexC"
.
It plots the given density function (blue) in the
domain (from
,to
) as well as hat function (red) and
squeeze (green) of the acceptance-rejection algorithm.
If is.trans
is set to TRUE
, then density function, hat
and squeeze are plotted on the transformed scale.
Notice that the latter only gives a sensible picture if parameter
cT
is the same for all intervals.
plot
, plot.function
.
See Tinflex.setup
for examples.