locs = params$locs
n = nrow(locs)

There are a total of r n locations in your view. Latitude range is r min(locs$LATD) to r max(locs$LATD).

You can also embed plots, for example:

data <- locsInBounds()$ELEV
    n = length(data)
    data <- as.numeric(data)
    if(n < 1) return("no data")
    hist(data, main = "Elevation", xlim = c(0,3600))


c5sire/hidap2 documentation built on May 13, 2019, 10:35 a.m.