Description Usage Arguments Examples
View source: R/SUB_1D_plotClassInt.R
Subroutine for creating diagnostic plots of the output from applyClassInt()
1 | plotClassInt(x, plot.type = "basic", label = "Var Name")
|
x |
object created by applyClassInt() |
plot.type |
one of ""basic", "hist", "dens","cumul" |
1 2 3 4 5 | length.classes <- applyClassInt(SPATData_Samples$LengthMEF,
style="fisher",breaks=3)
plotClassInt(length.classes,
plot.type="cumul",
label = "Length (Mid-eye to Fork,mm)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.