Description Usage Arguments Details
Check the user supplied parameters and assign them to the default if they are wrong.
1 2 | checkParams(params, require.len, default, null.is.fine,
env = parent.frame())
|
params |
A |
require.len |
An |
default |
A |
null.is.fine |
A |
env |
An |
The user supplied parameters are usually line.color
, line.type
, point.size
,
point.shape
, CI.color
and legend.label
.
This function will check whether the required length of the parameter is met. If not, it will assign the default value to that parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.