Learn R Programming

ACCLMA (version 1.0)

ACCLMA-package: Plots ACCvsLOI & LMA graphs

Description

This package contains a function that imports data from a CSV file or uses manually entered data from the format (X,Y,Weight) and plots the appropriate ACC vs LOI graph and LMA graph.

Arguments

Details

Package:
ACCLMA
Type:
Package
Version:
1.0
Date:
2010-05-31
License:
GPL-2
LazyLoad:
yes
The main function is plotLMA(filename,header). If an import from a CSV file is required, enter the full file path a string to the filename parameter and specify using the boolean header parameter if the file contains a header row or not. Leaving this field blank opens a window for manual data entry. The data set is expcted in the format of (X,Y,Weight), if weights are irrelvant, leave the column blank (null values).

References

~~ Literature or other references for background information ~~

See Also

Examples

Run this code
#PlotlMA("c:/data.csv",TRUE)

Run the code above in your browser using DataLab