boundedDensity | R Documentation |
BoundedDensity
generator methodUser friendly constructor method for BoundedDensity
objects.
boundedDensity(x,densities,lower.limit=0,upper.limit=1)
x |
a numeric vector containing data samples within the |
densities |
a numeric vector containing the density for each point in |
lower.limit |
a numeric value for the lower limit of the bounded interval for the data |
upper.limit |
a numeric value for the upper limit of the bounded interval for the data. That is, the data is with the |
See BoundedDensity
class for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.