View source: R/checkPlotSumArgs.R
checkPlotSumArgs | R Documentation |
The checkPlotSumArgs()
function verifies that all
arguments passed to the plot.cvCovEst()
and
summary.cvCovEst()
functions meet their specifications. Some
additional arguments may be checked at the individual function level.
checkPlotSumArgs(
dat,
dat_orig,
which_fun,
estimator,
plot_type,
summ_fun,
stat,
k,
leading,
abs_v
)
dat |
An object of class |
dat_orig |
The |
which_fun |
A |
estimator |
A |
plot_type |
A |
summ_fun |
A |
stat |
A |
k |
A |
leading |
A |
abs_v |
A |
Whether all argument conditions are satisfied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.