Skip to content
Prev 333647 / 398506 Next

Plotting multiple trends on one graph

I am not sure I have grasped what you want but have a look at this using  ggplot2 with Duncan's modified data set (with his factor and striptime commands executed)

You will probably need to install ggplot2 :
install.packages("ggplot2) 


library(ggplot2)
ggplot(dat, aes(gspd_mps, Station )) + geom_point() +
  facet_grid(TagID ~ .)

John Kane
Kingston ON Canada
____________________________________________________________
FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop!