Hi, I have been using the persp() function to plot species response surfaces based on GAMs (using package mgcv). Everything works fine, except that I have a slight problem when it comes to producing a figure with multiple (4 - 6) persp() plots on it. The axis labels remain the same size, no matter how large or small the plot is, causing some overlap when the multiplot figure is produced. Is there a way to reduce the size of the axis labels in persp() (either for ticktypes="simple" or ticktypes="detailed")? Ideally I would like to know how to reduce the size of the axis labels when using ticktypes="detailed", and force persp() to plot only the min and max value along each axis. Is this possible? R is running under Win2000.> version_ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 3.1 year 2001 month 08 day 31 language R Many thanks Gavin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
I'm trying to remake R to use png on solaris. I've installed the libpng and zlib packages, libpng-1.0.11-sol8-sparc-local zlib-1.1.3-sol8-sparc-local and get this from ./configure checking for png.h... (cached) yes checking if libpng version >= 1.0.5... yes checking for png_create_write_struct in -lpng... (cached) no checking for XDR support... (cached) yes checking for gzopen in -lz... (cached) yes checking for zlib.h... (cached) yes checking if zlib version >= 1.1.3... yes after make and make check: capabilities() still reports png FALSE. I presume the problem is the "no" above, but I'm unclear what to do about it. Any suggestions would be most welcome...for the record:> version_ platform sparc-sun-solaris2.8 arch sparc os solaris2.8 system sparc, solaris2.8 status major 1 minor 3.1 year 2001 month 08 day 31 language R url: http://www.econ.uiuc.edu Roger Koenker email roger at ysidro.econ.uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Champaign, IL 61820 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._