plotClassInt: plotClassInt

Description Usage Arguments Examples

View source: R/SUB_1D_plotClassInt.R

Description

Subroutine for creating diagnostic plots of the output from applyClassInt()

Usage

1
plotClassInt(x, plot.type = "basic", label = "Var Name")

Arguments

x

object created by applyClassInt()

plot.type

one of ""basic", "hist", "dens","cumul"

Examples

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)")

SOLV-Code/SPATFunctions-Package documentation built on April 25, 2020, 12:59 a.m.