R/save.hviplot.R

#' Generic save function for hviplot objects
#'
#' @param object the saved hviplot object
#' @param filename location to store the (pdf) file 
#' @param height height of the saved figure in inches
#' @param width width of the saved figure in inches
#' 
#' @export save.hviplotr
save.hviplotr <- function(object,
                          filename,
                          height,
                          width
                          ){
  
}
ehrlinger/hviPlotR documentation built on May 16, 2019, 1:19 a.m.