| is_dhist | R Documentation |
dhist discrete histogramChecks if the input object is of class dhist. If fast_check is
TRUE then the only check is whether the object has a class attribute of
dhist. If fast_check is FALSE (default), then checks
are also made to ensure that the object has the structure required of a
dhist object.
is_dhist(x, fast_check = TRUE)
x |
An arbitrary object |
fast_check |
Boolean flag indicating whether to perform only a
superficial fast check limited to checking the object's class attribute
is set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.