Help with eList and packages for USGS data

I am teaching myself R and having some trouble with coding.

I am walking through the sample workflow from the Github site and hitting a wall with my plots. I am pulling data from NWIS site East Mahantango Creek USGS Code 01555500

library(EGRET)
# Sample data included in package:
eList <- Choptank_eList

I was told by a graduate student that I may have to download a new package, but I am not sure what that package is. Where do I find the right package?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.