calculateLims: Calculate Lims For a data frame of points, will calculate a...

Description Usage Arguments

View source: R/utils-plot.R

Description

Calculate Lims For a data frame of points, will calculate a lims object. X and Y field names can be configured for the points.

Usage

1
2
calculateLims(pts = NULL, xMinField = "time", xMaxField = "time",
  yMinField = "value", yMaxField = "value")

Arguments

pts

data frame of points

xMinField

name of the field which will contain the min x value (default "time")

xMaxField

name of the field which will contain the max x value (default "value")

yMinField

name of the field which will contain the min y value (default "time")

yMaxField

name of the field which will contain the max y value (default "value")


USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.