Subversion Repositories bdplot

Rev

Rev 69 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69 Rev 73
Line 1... Line 1...
1
### bdplot.R
1
o### bdplot.R
2
#### This is a collection of functions that must bpre reachable by the user This is called 
2
#### This is a collection of functions that must bpre reachable by the user This is called 
3
 
3
 
4
 
4
 
5
## strategy missing for xytype
5
## strategy missing for xytype
6
## Could we test if there is an active graphics device? And if not, run bdopen()?
6
## Could we test if there is an active graphics device? And if not, run bdopen()?
Line 16... Line 16...
16
                   xlim=bdp()$xlim,ylim=bdp()$ylim,
16
                   xlim=bdp()$xlim,ylim=bdp()$ylim,
17
                   col=bdp()$col,main=NULL,
17
                   col=bdp()$col,main=NULL,
18
                   ## only used in case of plot mode
18
                   ## only used in case of plot mode
19
                   type=bdp()$type,
19
                   type=bdp()$type,
20
                   ## Only used in case of histogram plotting
20
                   ## Only used in case of histogram plotting
21
                   border=bdp()$border,freq=NULL,
21
                   border=bdp()$border,freq=NULL,debug=FALSE,
22
                   ...){
22
                   ...){
-
 
23
  if(debug) browser()
23
## set this to TRUE if something is returned. eg, happens in barplot 
24
## set this to TRUE if something is returned. eg, happens in barplot 
24
  ret <- FALSE
25
  ret <- FALSE
25
  ## experimental. Is this the right consequence of not having a
26
  ## experimental. Is this the right consequence of not having a
26
  ## device opened?
27
  ## device opened?
27
  
28