Displaying 1 result from an estimated 1 matches for "asmi0598test2".
2008 Jan 28
2
matrix creation
...to list all matrices (for all 12 years and all 4 sites) in one
Excel sheet (.csv) and then read each matrix as chucks of 6 rows. However,
when I try this I either get all the values (the %) in quotes (not as
factors) and if I try to force them with as.factor, it no longer seems to be
a matrix.
AsMi0598test2 <- as.matrix(AsMi05test[1:6,1:6])
X Vegetative Vegetative.with.Herbivory
Reproductive Reproductive.with.Herbivory Dormant
1 "Vegetative" "0.25" "0.13" "0"
"0"...