Rename plotCache to createCachedPlot

This commit is contained in:
Winston Chang
2018-03-20 21:45:58 -05:00
parent 8d087e4f20
commit e1f21250b9
3 changed files with 5 additions and 5 deletions

View File

@@ -1069,7 +1069,7 @@ find_panel_ranges <- function(g, pixelratio, res) {
#' \code{quote()}.
#'
#' @export
plotCache <- function(invalidationExpr, plotFunc,
createCachedPlot <- function(invalidationExpr, plotFunc,
baseWidth = 400, aspectRatioRate = 1.25, growthRate = 1.25, res = 72,
cacheDir = NULL,
invalidation.env = parent.frame(),