Displaying 2 results from an estimated 2 matches for "thgel".
Did you mean:
thge
2011 Feb 25
1
speed up process
...Ivan
#create data (it looks horrible with these datasets but it doesn't
matter here)
mydata1 <- structure(list(species = structure(1:8, .Label = c("alsen",
"gogor", "loalb", "mafas", "pacyn", "patro", "poabe", "thgel"), class =
"factor"), fruit = c(0.52, 0.45, 0.43, 0.82, 0.35, 0.9, 0.68, 0), Asfc =
c(207.463765, 138.5533755, 70.4391735, 160.9742745, 41.455809,
119.155109, 26.241441, 148.337377), Tfv = c(47068.1437773483,
43743.8087431582, 40323.5209129239, 23420.9455581495, 29382.6947428651,...
2011 Feb 28
0
Fwd: Re: speed up process
...tion, it is here much faster than
in real life).
Thanks you again for your help!
## CODE ##
mydata1<- structure(list(species = structure(1:8, .Label =
c("alsen","gogor", "loalb", "mafas", "pacyn", "patro", "poabe",
"thgel"), class = "factor"), fruit = c(0.52, 0.45, 0.43, 0.82, 0.35,
0.9, 0.68, 0), Asfc = c(207.463765, 138.5533755, 70.4391735,
160.9742745, 41.455809, 119.155109, 26.241441, 148.337377), Tfv =
c(47068.1437773483, 43743.8087431582, 40323.5209129239,
23420.9455581495, 29382.6947428651,...