get_n | R Documentation |
Returns the sample size of the data set contained within the distribution object.
get_n(m)
m |
a distribution object. |
################################################
# Load data and create example object
################################################
data(moby_sample)
m = displ$new(moby_sample)
################################################
# get_n and length should return the same value
################################################
get_n(m)
length(moby_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.