mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
updated dependencies
This commit is contained in:
parent
3ce9902170
commit
0c9c5d33a6
3 changed files with 3 additions and 17 deletions
|
|
@ -202,18 +202,3 @@ regression_model_uv <- function(data,
|
|||
return(out)
|
||||
}
|
||||
|
||||
|
||||
#' Easy saving png
|
||||
#'
|
||||
#' @param data plot
|
||||
#' @param ... passed to 'png()'
|
||||
#' @param filename filename
|
||||
#'
|
||||
#' @return NULL
|
||||
#' @export
|
||||
#'
|
||||
save_png <- function(data, filename,...) {
|
||||
png(filename = filename,...)
|
||||
data
|
||||
dev.off()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue