Description Usage Arguments Value Author(s) See Also Examples
Summarize the properties of an object.
1 2 |
object |
An object |
... |
Not used. |
Returns a PSRootSummary object.
Botond Sipos, Gregory Jordan
For more information see BrownianInsertor
.
1 2 3 4 5 6 7 8 9 10 11 | # create an object
p<-BrownianInsertor(
type="discrete",
scale=0.05,
sizes=1:4,
probs=c(3/6,1/6,1/6,1/6),
rate=0.05
)
# get a summary
summary(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.