is.supported | R Documentation |
Test if numeric values fall within a defined support
is.supported(support, x, by.variable = F)
support |
An object of class Support |
x |
If the support is univariate, a numeric vector. If the support is multivariate, a matrix with one column for each variable and one row for each point to test or a numeric vector with one value for each variable in the support |
by.variable |
If this is a Multivariate_Support, if by.variable is TRUE, calculates support for each variable independently |
If the support is univariate or if by.variable==FALSE or if only a vector is passed to x, returns a logical vector, with one value for each value of x, corresponding to whether that value of x falls within the defined support. If the support is multivariate and by.variable==TRUE and a matrix with more than one row was passed to x, returns a matrix with one column for each variable and one row for each point
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.