search for: seeddist2

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

2009 Nov 10
3
creating multiple plots using a splitting factor
...and need to create separate graphs (such as scatterplots or histograms) of specific variables for each site. I have tried to do this by splitting the data frame and then using lapply, but it seems that the graphing commands cannot be called as functions. Here is a sample of my data, called "seeddist2": site DaysSinceRelease distance_cm 10 GVM 1 17.8 11 GVM 1 17.8 12 GVM 1 14.0 13 GVM 1 14.0 14 GVM 1 14.9 15 GVM 1 25.4 16 WRR 1 25.4 17 WRR 1...