Learn R Programming

ACCLMA (version 1.0)

ACC & LMA Graph Plotting

Description

The main function is plotLMA(sourcefile,header) that takes a data set and plots the appropriate LMA and ACC graphs. If no sourcefile (a string) was passed, a manual data entry window is opened. The header parameter indicates by TRUE/FALSE (false by default) if the source CSV file has a head row or not. The data set should contain only one independent variable (X) and one dependent varialbe (Y) and can contain a weight for each observation

Copy Link

Version

Install

install.packages('ACCLMA')

Monthly Downloads

4

Version

1.0

License

GPL-2

Maintainer

Tal Carmi

Last Published

October 29th, 2012

Functions in ACCLMA (1.0)

calcFY

Calculates the appropriate FY value of each observation
plotGraphs

Plots the ACC vs LOI graph and the LMA graph
fillCSVData

Imports data from a CSV file and sort it by the first column
fillData

Opens a window for manual entry of X,Y,weight data set
calcLMA

Calculates the appropriate LMA values for each observation
averageSameXs

Unifies all same X observations
ACCLMA-package

Plots ACCvsLOI & LMA graphs
calcLOI

Calculate the appropriate LOI value for each observation
calcFX

Calculates the appropriate F(X) value of each observation
plotLMA

Plots the ACC vs LOI and LMA graphs of an imported or manually entered data set
calcWeights

Calculates the relative weight of each observation
size

Counts the number of rows in a data set