plotData {SPPr}R Documentation

Plots data

Description

Plots raw data, given a standardized data set.

Usage

plotData(dataNorm, internal = TRUE, add = FALSE, type="l", ...)
criticalEdge(parameters, quiet=TRUE, ...)

Arguments

dataNorm see data(dataNorm)
type see plot
parameters see data(parameters)
internal logical : if TRUE, plots against internal angle
add logical : new plot or lines added
... further parameters passed to plot(...)

Details

just a convenience function

Value

None.

Author(s)

baptiste

Examples

	## Not run: 
library(SPPr)
data(scanSPP)
data(parameters)
dataNorm <- data2norm(scanSPP, parameters)
plotData(dataNorm)

## End(Not run)

[Package SPPr version 1.0 Index]