Subversion Repositories bdplot

Rev

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

Rev 32 Rev 34
Line 39... Line 39...
39
    .BDPars$rightlab <- NA        
39
    .BDPars$rightlab <- NA        
40
    
40
    
41
    ## You probably don't want a default here. 
41
    ## You probably don't want a default here. 
42
    .BDPars$xlim <- NULL
42
    .BDPars$xlim <- NULL
43
    .BDPars$ylim <- NULL
43
    .BDPars$ylim <- NULL
44
    
44
 
-
 
45
    ## "s" is the default R axis method
45
    .BDPars$draw.xaxis <- TRUE
46
    .BDPars$xaxt <- "s"
46
    .BDPars$draw.yaxis <- TRUE
47
    .BDPars$yaxt <- "s"
-
 
48
## these must be implemented differently
47
    .BDPars$draw.raxis <- FALSE
49
    .BDPars$draw.raxis <- FALSE
48
    .BDPars$draw.taxis <- FALSE
50
    .BDPars$draw.taxis <- FALSE
49
 
51
 
-
 
52
 
-
 
53
    
50
    .BDPars$grid <- FALSE
54
    .BDPars$grid <- FALSE
51
    .BDPars$grid.lwd <- 0.3
55
    .BDPars$grid.lwd <- 0.3
52
    ## what are these? NA/TRUE/"Def"? 
56
    ## what are these? NA/TRUE/"Def"? 
53
    .BDPars$grid.h <- NA
57
    .BDPars$grid.h <- NA
54
    .BDPars$grid.v <- NA
58
    .BDPars$grid.v <- NA