From 29964804a24d00d5c56ce3a35ddeb53200868930 Mon Sep 17 00:00:00 2001 From: aho Date: Wed, 2 Oct 2019 11:17:33 +0200 Subject: [PATCH] Hotfix for PlotMatrix.R --- R/PlotMatrix.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/PlotMatrix.R b/R/PlotMatrix.R index c6395fc6..8c830d74 100644 --- a/R/PlotMatrix.R +++ b/R/PlotMatrix.R @@ -105,7 +105,7 @@ PlotMatrix <- function(var, brks = NULL, cols = NULL, # If there is any filenames to store the graphics, process them # to select the right device if (!is.null(fileout)) { - deviceInfo <- s2dverification:::.SelectDevice(fileout = fileout, + deviceInfo <- .SelectDevice(fileout = fileout, width = 80 * ncols * figure.width, height = 80 * nrows, units = size_units, res = res) -- GitLab