search for: splot

Displaying 11 results from an estimated 11 matches for "splot".

Did you mean: slot
2004 Dec 27
1
splot.screen: multiple plots
I have multiple conditions that I would like to plot in a grid. To save space, I don't need the ticks, labels etc on the plots which are not on the outside. I tried split.screen, but if it is clearer to use, it seems pretty rigid since it decides of each screen size apriori while I need more space for the left column and top or bottom row screens than for the other plots. axis(1,tick=FALSE)
2002 May 03
2
an info on 3d representation
Dear list, sorry to waste your time. I downloaded R and I like it very much. However, my main interest is in plotting 3D graphics form imported data (points and lines in a 3d space). I imported data in a very elegant way but I wasn't able to find in R something similar to the simple "splot" function of WGNUplot (I don't need persp, image, contour: my values are not necessarily progressive). Maybe it's a very stupid question: in case, please pardon me. Any help is appreciated. Please reply privately. I am not (actually) in the list. Thank you very much. Andrea Valle U...
2008 Sep 05
3
how to draw the legend about color from 3d picture
I have drawed a picture with persp, it's 3d map with different color, indicate different altitude. In gnuplot, the corresponding command 'splot' will generate a picture beside to indicate the relationship between color and altitude. But in R, how to draw it? I have read the manual of legend, but they are all about how to draw a legend with colored text, not a continuous varing color with corresponding number.
2010 Jan 16
1
"Too many raster images" in devPS.c
...a macro is defined: #define MAX_RASTERS 64, and consequently, I get Error in grid.Call.graphics("L_raster", x$raster, x$x, x$y, x$width, x$height, : Too many raster images even for relatively innocent graphics, such as extensions of [2] (which I made with Bioconductor's "splots" package). Besides that, I imagine that raster images could be useful as 'glyphs' in various types of plots. Besides the not so helpful option of patching that macro in my private copy of R, is there an intention to extend this functionality to accommodate for larger plots more ge...
2008 Jan 01
1
Variable scope R 2.6.1
...ator is invalid for atomic vectors, returning NULL 2: In trellis.par.get("background")$col : $ operator is invalid for atomic vectors, returning NULL Any ideas? Have rules for scoping changed? Here is the full procedure: ScatterOutlier <- function(data, outliers, ...) { # splot of rbind(data, outliers) is perfomed; outliers are highlighted require(lattice) out <- c(rep('norm', nrow(data)), rep('outliers', nrow(outliers))) trellis.par.set(background='white') cols <- c('black', 'red') syms <- c('*', ...
2011 Aug 03
1
one way to solve bad looking density plots in postscript
...ems that OSX's preview first anti-aliases the raster, and then scales it... creating a mess). Density plots produced by gnuplot do not seem to have this problem: --- set pm3d map set pm3d at b set ticslevel 0.8 set isosample 40,40 set output "gtest.eps" set term postscript eps color splot [-3:3] [-3:3] x*x*exp(-x*x)*y*y*exp(-y*y) -- But I haven't figured out why that is. Maybe someone who understands more about postscript can. Maybe it is something about the order that the rectangles are rendered? I did notice that rectangles are plotted with slightly different sizes - 50, 51, 5...
2014 Jul 04
3
script de anomalias
Tengo una consulta, alguien tiene algun script en R para hacer graficos de anomalias estandarizadas (precipitacion, temperatura, etc) y que me permita pintar de rojo anomalias positivas y azules las negativas, ​Muchas gracias de antemano​ -- Luis Alfonso LOPEZ ALVAREZ MSc- Meteorologia - Ing. Sistemas PROFESIONAL ESPECIALIZADO (E) METEOROLOGO - IDEAM e-mail: llopez@ideam.gov.co
2008 May 26
0
use aov or lme for split plot design?
Dear all I'm not sure if I did the right analysis for my specific split splot design. We are studying biomass increase with different CO2 concentrations with four different functional plant groups (e.g. grasses, herbs, broad-leafed trees and conifers). Of each functional plant group we have four species. The design is orthogonal. The design is: Blocks: 2 (climate cha...
2013 Jan 15
2
Need help: R for repetitive tasks
Dear R users, First of all I would like to thank all of you who replayed to my previous questions and problems. Thank you a lot for being great and helpful community. I highly appreciate your suggestions and ideas even if I do not respond after my question! But it means that your help was exactly what I needed. Thank you again! Now the following question I need help: Suppose I do have a
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am using a 64-bit installation. After failing miserably to install R from source, not a problem for me in the past with a 32-bit install, I went the route of using the Debian Etch build. This went smoothly, but I am unable to update my numerous R and BioConductor packages, getting non-zero exit status errors on each package. Is
2004 Apr 08
1
rsync is great
I'm not on the list but I just wanted to throw my positive feedback out there. I've been using rsync to backup work that I generate within a lab to an offsite system. If I lost this data ... So great. In standard community fashion, though, I want to throw an idea out there. It would be nice if there were an option like: --delete-if-too-old Currently I run a cron job which copies