Description Usage Arguments Details Examples
Plot simulation run results
| 1 | preprosimplot(object, type = "accuracy", x, z)
 | 
| object | (preprosimanalysis class object) object to be plotted | 
| type | (character) type of plot: accuracy, varimportance, outliers or xz; defaults to accuracy | 
| x | (character) x axis contamination | 
| z | (character) z axis contamination plotted as panels | 
contaminations are : noise, lowvar, misval, irfeature, classswap, classimbalance, volumedecrease, outlier
| 1 2 3 | ## res <- preprosimrun(iris)
## preprosimplot(res)
## preprosimplot(res, type="xz", x="misval", z="noise")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.