| gg_ph2simon | R Documentation |
Plot ph2simon object using ggplot2.
## S3 method for class 'ph2simon'
autoplot(object, ...)
## S3 method for class 'ph2simon4'
autoplot(object, ...)
## S3 method for class 'ph2simon4'
autolayer(
object,
r1 = object@r1,
n1 = object@n1,
r = object@r,
n = object@n,
pu = object@pu,
pa = object@pa,
type = object@type,
...
)
## S3 method for class 'ph2simon'
autolayer(object, ...)
object |
a ph2simon or ph2simon4 object |
... |
parameters of function |
r1, n1, r, n |
(optional) integer scalars, see ph2simon4. |
pu, pa |
double scalars, see function ph2simon |
type |
see slot |
Function autoplot.ph2simon() returns a ggplot object.
Function autolayer.ph2simon() returns a list of ggproto and labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.