Nothing
[
operator for HistDat instances, allowing you to find the value at the ith position if the observations were flattened into a 1-D vector.sort
operator as a no-op, for compatibility with R base functions.c
function, allowing you to concatenate new observations into a HistDat
instance. This also allows HistDat
instances to interoperate with other R base functions.mean
, median
and sort
, which are S3 generic methods that aren't S4 aware, meaning that you can only implement them using S3 methods. This also allows for better integration with R internals.quantile()
method actually flattened the entire observation vector which crashed R in situations with high counts. This is now fixed.HistDat::HistDat()
.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.