Server function for plot ranges
plotRangesServer.Rd
Backend for plot ranges module
Arguments
- id
namespace id
- type
(character) Type of the plot to add ranges to, one of "ggplot", "base".
- initRanges
(list) optional, named list with range definitions, or output of
plotRangesServer
- axes
(character) Named vector of axes to add ranges to, e.g.
c("x axis" = "xAxis", "y axis" = "yAxis", "2nd y axis" = "yAxis2")
.