Description Usage Arguments Value Examples
View source: R/validation_error_srsc.R
Visualization Of variance Analysis
1 2 3 4 | error_srsc_variance_visualization(
return.value.of_error_srsc,
log_scale_x.axis = TRUE
)
|
return.value.of_error_srsc |
A return value
of the function |
log_scale_x.axis |
A logical, whether x axis is log scale. |
A long format dataframe of error and its parameter name
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
a <- error_srsc()
error_srsc_variance_visualization(a)
a <- error_srsc(replicate.datset = 10)
error_srsc_variance_visualization(a)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.