USGS-R / gsplot

plotting foundation for timeseries reporting
Other
6 stars 14 forks source link

Thow error if x and y lengths don't match #467

Open ldecicco-USGS opened 7 years ago

ldecicco-USGS commented 7 years ago

Example:

gs <- gsplot() %>% points(1:10, 1)

That doesn't immediately error, and probably should.