Description Usage Arguments Details Value See Also Examples
RRloc
modifies location and scale of a distribution.
1 |
phi |
distribution |
mu |
location shift |
scale |
scale modification |
pow |
argument for internal use only |
It has the same effect as
RRdistr(norm(mu=mu, sd=sd, log=log))
RRloc
returns an object of class RMmodel
.
1 2 3 4 5 6 7 8 9 10 | RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
## empirical density of the distribution 'RRspheric'
model <- RRspheric(balldim=2)
hist(RFrdistr(model, n=1000), 50)
## empirical density of the distribution 'RRspheric', shifted by 3
model <- RRloc(mu=3, RRspheric(balldim=2))
hist(RFrdistr(model, n=1000), 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.