search for: r3110_annual

Displaying 1 result from an estimated 1 matches for "r3110_annual".

2009 Sep 28
2
Help with time series
...009,1)) # Here I convert to a time series plot(P38_SubB.ts,ylab="Mean Annual Water Depth", xlab="Year", main="CSSP Subpopulation B \n Water Depth P38") These lines work. But these do not: R3110_SubC <- read.table("A:\\Data\\Output\\Sparrow\\Hydro_Data\\R3110_Annual.txt", header=TRUE, skip=1, sep=",", stringsAsFactors=FALSE) R3110_SubC$GS <- rep(5.10, dim(R3110_SubC)[1]) R3110_SubC$Depth <- as.numeric(R3110_SubC$R3110_stage) - as.numeric(R3110_SubC$GS) R3110_SubC.ts <- ts(data=R3110_SubC, frequency = (1), start=c(1984, 1), end=c(2...