WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

Call to csite.grid(..) not resolving, where's it coming from ? Look in old version. #161

Open andrejadd opened 7 years ago

andrejadd commented 7 years ago

Its inside the function for the panel argument of xyplot. I commented it out for now.

lattice::xyplot(Result.Corr.ND ~ as.Date(SampleDate) | WellName, | data = Cont.Data, | groups = as.character(Cont.Data$ND), | panel = function(x, y,groups,subscripts) { |

try(csite.grid(h = -1, v = 2)) |

                  groupNDx <- x[groups[subscripts] == "TRUE"]                          |
                  groupNDy <- y[groups[subscripts] == "TRUE"]                          |
                  panel.xyplot(groupNDx,groupNDy,col = "orange", pch = 19, cex = 1.0)  |