kFcheck: Visualisation of isopter values

Description Usage Arguments Value Author(s) Examples

Description

Plots curves or points for multiple individuals on a kinetic grid

Usage

1
kFcheck(mat.output, name.iso, plot.lines = TRUE, title1 = " ")

Arguments

mat.output

data.frame generated by kf.sort

name.iso

character, one of "III4e", "I4e" or "I2e"

plot.lines

logical, if TRUE individual isopters are plotted, otherwise individual data points are displayed

title1

character, specifying plot title

Value

Graphical output

Author(s)

Dipesh E Patel & Mario Cortina-Borja

Examples

1
2
3
## Only runs after kf.sort has run
test3<- kf.sort()
kFcheck(test3$mat.output, "III4e", title1="III4e data", plot.lines=FALSE)

kineticF documentation built on May 2, 2019, 2:45 p.m.