View source: R/Domain_methods.R
domain_sanitize | R Documentation |
Map values that are close enough to the given Domain
to values that are truly acceptable.
This is used to map numeric()
values that are close to but outside the acceptable interval to the interval bounds.
It is also used to convert integer-valued numeric
values to integer
values for p_int()
.
domain_sanitize(param, values)
param |
( |
values |
( |
any
– format depending on the Domain
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.