Learn R Programming

kineticF (version 1.0)

kFcheck: Visualisation of isopter values

Description

Plots curves or points for multiple individuals on a kinetic grid

Usage

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

Examples

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

Run the code above in your browser using DataLab