Subversion Repositories bdplot

Rev

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

Rev 44 Rev 47
Line 10... Line 10...
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 <- NA
13
    .BDPars$figdir <- NA
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"
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
 
19
    ##
19
    ##
20
    .BDPars$mfrow <- c(1,1)
20
    .BDPars$mfrow <- c(1,1)