Displaying 1 result from an estimated 1 matches for "leafamm".
Did you mean:
leafage
2003 May 21
1
Code Help
I am trying to analyse some data and was given R code to do this with but
there seem to be errors in the code. My level of knowledge is improving but
still limited.
The details are;
Data on clover lines; Lines.txt attached. Comma seperations
Code:
options(digits=3)
clover <- read.table("Lines.txt",header=T,sep=",")
vnames <- names(clover);nv <- length(vnames)