Subversion Repositories bdplot

Rev

Rev 37 | Rev 42 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37 Rev 40
Line 8... Line 8...
8
.bdconf.default <- function( columns=1, half=FALSE, quadratic=FALSE)
8
.bdconf.default <- function( columns=1, half=FALSE, quadratic=FALSE)
9
  {
9
  {
10
    ##Global and control parameters
10
    ##Global and control parameters
11
    .BDPars <- list()
11
    .BDPars <- list()
12
    ## This will be put in front of filenames. Set to NA, NULL or "" to omit.
12
    ## This will be put in front of filenames. Set to NA, NULL or "" to omit.
13
    .BDPars$figdir <- ""
13
    .BDPars$figdir <- "."
14
    ## Choose paper size for automatic figure sizing. Only "b5" implemented
14
    ## Choose paper size for automatic figure sizing. Only "b5" implemented
15
    .BDPars$paper <- "a4.word"
15
    .BDPars$paper <- "a4.word"
16
    ## This should probably not have a default value different from NA
16
    ## This should probably not have a default value different from NA
17
    .BDPars$file <- NA
17
    .BDPars$file <- NA
18
 
18