[BioC] smoothScatter axis limits

Rob Scharpf rscharpf at jhsph.edu
Sat Jun 2 04:20:54 CEST 2007


Hi all,

Is it possible to define your own axis limits in smoothScatter?  For  
instance,

 > x <- rnorm(1000)
 > y <- rnorm(1000)
 > smoothScatter(x, y, xlim=c(-10, 10), ylim=c(-5,5))

does not produce the intended result.  Suggestions?   Session info  
below...

Thanks,

Rob

 > sessionInfo()

R version 2.6.0 Under development (unstable) (2007-04-27 r41355)
powerpc-apple-darwin8.9.0

locale:
C

attached base packages:
[1] "tools"     "stats"     "graphics"  "grDevices" "utils"      
"datasets"
[7] "methods"   "base"

other attached packages:
KernSmooth geneplotter     lattice    annotate     Biobase
   "2.22-20"    "1.15.1"    "0.15-4"    "1.13.8"    "1.15.2"



More information about the Bioconductor mailing list