USGS-R / gsplot

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

coercing to default side no longer works or was removed #357

Closed jordansread closed 8 years ago

jordansread commented 8 years ago
gs4 <- gsplot() %>%
     points(1:10, 1:10, side=3) %>%
     axis(1, at = seq(0,10,by=0.1),labels=FALSE, tcl=0.15) %>%
     axis(3, reverse=TRUE)
gs4
 Show Traceback

 Rerun with Debug
 Error in ifelse(logged(object, y.side), "y", "") : 
  (list) object cannot be coerced to type 'logical' 

should assign side = c(3,2) to points