constant | R Documentation |
Generic test for constant
constant(x, ...)
## Default S3 method:
constant(x, na.rm = FALSE, ...)
## S3 method for class 'data.frame'
constant(x, id, all = FALSE, ...)
x |
vector or data frame |
... |
other arguments |
na.rm |
(default FALSE) logical value indicating whether |
id |
vector or list of vectors used to define clusters within which
to check whether |
all |
if TRUE, report whether constant overall instead of checking
within subgroups created by |
constant(default)
: Default methods
constant(data.frame)
: method for class 'data.frame'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.