Last data update: 2014.03.03

R: Plots ACCvsLOI & LMA graphs
ACCLMA-packageR Documentation

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.

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

Author(s)

Tal Carmi, Liat Gaziel

Maintainer: Tal Carmi <talca@bgu.ac.il>

References

~~ Literature or other references for background information ~~

Examples

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

Results