Displaying 5 results from an estimated 5 matches for "rm198".
2008 Mar 10
1
reorder x-axis
read.table("bug.txt", header=TRUE)
plotMeans(bug$tot, bug$station, error.bars="se", main="Total")
The plot is ordered in this way HC RM190 RM198 RM202.
I would like it to plot in this way HC RM202 RM198 RM190.
thanks
Stephen
Is this okay or would you like the data to be copied and pasted into
the message body. I am trying to optimize my postings.
--
Let's not spend our time and resources thinking about things that are
so little or...
2008 Jul 15
1
code reduction (if anyone feels like it)
# I am sure that I could be more efficient than this but how? Thanks in
advance.
#GPS in Decimal Degrees in the form longitude latitude
RM215 <- matrix(c(-82.1461363, 33.5959109), nrow=1)
SC <- matrix(c(-82.025888, 33.606454), nrow=1)
RM202 <- matrix(c(-81.9906723, 33.5027653), nrow=1)
RM198 <- matrix(c(-81.926823, 33.4634678), nrow=1)
HC <- matrix(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...
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...
2008 May 08
0
RSEIS could you help
...epSEIS it has compressed (I think)
all of the signals to one.
x <- read.csv("testDO.csv", header=T)
x.ts <- ts(x, deltat=4/60)
a <-x.ts[,1]
b <- x.ts[,2]
c <- x.ts[,3]
d <- x.ts[,4]
GG <- prep1wig(wig = c(a, b, c, d), sta=c("RM215", "RM202", "RM198",
"RM190", comp="DO", units="mg/L")) # I have also tried this without breaking
it up into individual data frames
xx <- prepREIS(GG)
plot(x.ts) is what I want to go into PICK.GEN
Any help would be greatly appreciated- I am sure I am missing something.
thank yo...
2008 Jun 19
1
PrettyR (describe)
...ta
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, 15, 14, 14, 15, 15, 15, 15,
15, 14), Arsenic = c(NA, NA, NA, NA, NA, NA, NA, NA, NA,
N...