I have lots of data that I need to display, and I think hexbin would be good for it.
However, I cannot load one of the requried packages associated with the hexbin package: > library(hexbin) Loading required package: colorspace Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) : in 'colorspace' methods for export not found: [, coords, plot Error: package 'colorspace' could not be loaded > library(colorspace) Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) : in 'colorspace' methods for export not found: [, coords, plot Error: package/namespace load failed for 'colorspace' > sessionInfo() R version 2.5.1 (2007-06-27) x86_64-unknown-linux-gnu locale: C attached base packages: [1] "grid" "stats" "graphics" "grDevices" "utils" "datasets" [7] "methods" "base" other attached packages: lattice "0.14-9" > The colorspace package is version 0.95. Is this an error with my system, this code, or something else? Thanks for having this list btw...:) Karin -- Karin Lagesen, PhD student [EMAIL PROTECTED] http://folk.uio.no/karinlag ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.