Skip to content

Commit

Permalink
fix: skip example
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed May 5, 2023
1 parent 4a3bb6b commit f625ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/plot_2d_img.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#' @return a plot
#'
#' @examples
#' \dontrun{
#' set.seed(3)
#' df <- cbind.data.frame(x=runif(10, 0, 10),y=runif(10, 0, 10),
#' img_names=paste0("img_",rutils::leading_zero(1:10)))
Expand All @@ -40,7 +41,7 @@
#' lm=TRUE,xR=1.5,yR=10,colR="gray",cexR=1.5,colline="gray",lwline=2,ltyline=2,
#' labelx="Variable x",labely="Variable y",mar=c(8, 9, 4.1, 2.1),mgp=c(6,2,0),
#' cex.lab=2.5,cex.axis=1.5)
#'
#' }

plot_2d_img <- function(df,scale,size,pathimages,cexaxis,cexlab,labelx,labely,lm,xR,
yR,colR,cexR,colline,lwline,ltyline,...)
Expand Down
3 changes: 2 additions & 1 deletion man/plot_2d_img.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f625ed8

Please sign in to comment.