search for: fishplot

Displaying 2 results from an estimated 2 matches for "fishplot".

Did you mean: distplot
2009 May 28
2
ggplot2 legend
...12", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "425", "426", "427", "428")) library(ggplot2) fishplot <- qplot(PondName,BodyWeight.g.,data=fish_ByMuestreo,colour=Muestreo,position="jitter") + stat_summary(aes(group=Muestreo),fun.data="mean_cl_normal",colour="green",geom="smooth",fill=NA) + opts(title="Average weight(grs) by Pond") print(fishpl...
2008 Jun 05
0
error message from Tps function
Hello list-mailers, I'm trying to use the 'Tps' function from the 'fields' package and I can getting this error message: > fishplot <- Tps(nodes.catch, res2) Error in if ((il > 1) & (il < nstep.cv)) { : missing value where TRUE/FALSE needed In addition: Warning message: no non-missing arguments to min; returning Inf nodes.catch is a 1600x2 matrix and res2 is a 1600 long vector. They both contain zeros but...