| plot.Tinflex {Tinflex} | R Documentation | 
Plot Tinflex Generator Objects
Description
Plotting methods for generator objects of classes
"Tinflex" and "TinflexC".
The plot shows the (transformed) density, hat and squeeze.
Usage
## S3 method for class 'Tinflex'
plot(x, from, to, is.trans=FALSE, n=501, ...)
## S3 method for class 'TinflexC'
plot(x, from, to, is.trans=FALSE, n=501, ...)
Arguments
| x | an object of class  | 
| from,to | the range over which the function will be plotted. (numeric) | 
| is.trans | if  | 
| n | the number of x values at which (transformed) PDF to evaluate. (integer) | 
| ... | arguments to be passed to methods, such as graphical
parameters (see  
 | 
Details
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.
Author(s)
Josef Leydold josef.leydold@wu.ac.at, Carsten Botts and Wolfgang Hörmann.
See Also
plot, plot.function.
See Tinflex.setup for examples.