Displaying 1 result from an estimated 1 matches for "sevenm".
Did you mean:
seven
2011 Jul 11
1
How to generate same type of graphs using the previously written commands for a few hundred similar data sets?
...;- "N"
sevenout$N <- sevennumber$N [match(sevenout$C, sevennumber$C)]
sevenout=data.frame(sevenout,"time"=c(1:nrow(sevenout)))
plot(sevenout$time, sevenout$N, type="n")
lines(sevenout$time,sevenout$N) # the result that I need
write.csv(sevenout, "sevenM.csv", row.names=FALSE) # the result that
I need
--
View this message in context: http://r.789695.n4.nabble.com/How-to-generate-same-type-of-graphs-using-the-previously-written-commands-for-a-few-hundred-similar--tp3661026p3661026.html
Sent from the R help mailing list archive at Nabble...