Displaying 3 results from an estimated 3 matches for "rm119".
2008 Jul 15
1
code reduction (if anyone feels like it)
...atrix(c(-81.920505, 33.46192), nrow=1)
RM190 <- matrix(c(-81.9317347, 33.3839097), nrow=1)
BC <- matrix(c(-81.948189, 33.373043), nrow=1)
RM185 <- matrix(c(-81.941, 33.3453), nrow=1)
RM179 <- matrix(c(-81.890929, 33.317914), nrow=1)
RM148 <- matrix(c(-81.7547337, 33.1514072), nrow=1)
RM119 <- matrix(c(-81.501919, 32.94038), nrow=1)
RM61 <- matrix(c(-81.262388, 32.524739), nrow=1)
RM215.sp <- SpatialPoints(RM215, proj4string=CRS("+proj=longlat
+datum=WGS84"))
d060101 <- as.POSIXct("2006-01-01", tz="EST")
study_seq <- seq(from=d060101, leng...
2008 Apr 21
1
Adding number of non-NAs to boxplot
boxplot(x[,c(2,15,28,41,54,67,80,93,106)], ylab="mg/s", names=c("RM215",
"RM202", "RM198", "RM190", "RM185", "RM179", "RM148", "RM119", "RM61"))
this is the code I am using to make a standard box plot. Is there a way to
get the number of NA observations plotted onto the graph easily. I can
always go in and extract the numbers and add them into the boxplot from the
output of boxplot
d <- boxplot(x[,c(2,15,28,...
2008 Jun 19
1
PrettyR (describe)
...the table of descriptive statistics instead of
the function stopping Thank you in advance
#data
x.f <- structure(list(Site = structure(c(9L, 9L, 9L, 9L, 9L, 9L, 9L,
9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L,
9L, 9L, 9L, 9L), .Label = c("BC", "HC", "RM119", "RM148", "RM179",
"RM185", "RM190", "RM198", "RM202", "RM215", "RM61", "SC"), class =
"factor"),
Alkalinity = c(13, 13, 17, 17, 21, 21, 19, 14, 16, 15, 14,
14, 14, 15, 15, 9.7, 17, 14,...