prior_plot
prior_plot.Rmd
library(saferGraph)
Argument return.par
pdf("file_plot")
prior_plot(return.par = TRUE)
> $xlog
> [1] FALSE
>
> $ylog
> [1] FALSE
>
> $adj
> [1] 0.5
>
> $ann
> [1] FALSE
>
> $ask
> [1] FALSE
>
> $bg
> [1] "transparent"
>
> $bty
> [1] "n"
>
> $cex
> [1] 1
>
> $cex.axis
> [1] 1
>
> $cex.lab
> [1] 1
>
> $cex.main
> [1] 1.2
>
> $cex.sub
> [1] 1
>
> $cin
> [1] 0.15 0.20
>
> $col
> [1] "black"
>
> $col.axis
> [1] "black"
>
> $col.lab
> [1] "black"
>
> $col.main
> [1] "black"
>
> $col.sub
> [1] "black"
>
> $cra
> [1] 10.8 14.4
>
> $crt
> [1] 0
>
> $csi
> [1] 0.2
>
> $cxy
> [1] 0.03 0.04
>
> $din
> [1] 7 7
>
> $err
> [1] 0
>
> $family
> [1] ""
>
> $fg
> [1] "black"
>
> $fig
> [1] 0 1 0 1
>
> $fin
> [1] 7 7
>
> $font
> [1] 1
>
> $font.axis
> [1] 1
>
> $font.lab
> [1] 1
>
> $font.main
> [1] 2
>
> $font.sub
> [1] 1
>
> $lab
> [1] 5 5 7
>
> $las
> [1] 1
>
> $lend
> [1] "round"
>
> $lheight
> [1] 1
>
> $ljoin
> [1] "round"
>
> $lmitre
> [1] 10
>
> $lty
> [1] "solid"
>
> $lwd
> [1] 1
>
> $mai
> [1] 1 1 1 1
>
> $mar
> [1] 5 5 5 5
>
> $mex
> [1] 1
>
> $mfcol
> [1] 1 1
>
> $mfg
> [1] 1 1 1 1
>
> $mfrow
> [1] 1 1
>
> $mgp
> [1] 17.5 1.0 0.0
>
> $mkh
> [1] 0.001
>
> $new
> [1] FALSE
>
> $oma
> [1] 0 0 0 0
>
> $omd
> [1] 0 1 0 1
>
> $omi
> [1] 0 0 0 0
>
> $page
> [1] TRUE
>
> $pch
> [1] 1
>
> $pin
> [1] 5 5
>
> $plt
> [1] 0.1428571 0.8571429 0.1428571 0.8571429
>
> $ps
> [1] 12
>
> $pty
> [1] "m"
>
> $smo
> [1] 1
>
> $srt
> [1] 0
>
> $tck
> [1] NA
>
> $tcl
> [1] -0.5
>
> $usr
> [1] 0 1 0 1
>
> $xaxp
> [1] 0 1 5
>
> $xaxs
> [1] "i"
>
> $xaxt
> [1] "n"
>
> $xpd
> [1] FALSE
>
> $yaxp
> [1] 0 1 5
>
> $yaxs
> [1] "i"
>
> $yaxt
> [1] "n"
>
> $ylbias
> [1] 0.2
All the arguments
pdf("file_plot")
prior_plot(
param.reinitial = TRUE,
xlog.scale = TRUE,
ylog.scale = TRUE,
remove.label = FALSE,
remove.x.axis = FALSE,
remove.y.axis = FALSE,
std.x.range = FALSE,
std.y.range = FALSE,
down.space = 2,
left.space = 2,
up.space = 2,
right.space = 2,
orient = 2,
dist.legend = 5,
tick.length = 1,
box.type = "l",
amplif.label = 1.5,
amplif.axis = 1.5,
display.extend = TRUE,
return.par = TRUE,
safer_check = TRUE)
> Error:
>
> ================
>
> ERROR IN prior_plot() OF THE saferGraph PACKAGE
> THIS FUNCTION CANNOT OPEN GUI ON LINUX OR NON MACOS UNIX SYSTEM
> TO OVERCOME THIS, PLEASE USE A PDF GRAPHIC INTERFACE AND RERUN
>
> ================