Displaying 20 results from an estimated 30000 matches similar to: "Lightweight store plots as images."
2010 Oct 26
5
Zoom in in a plot
in a simple plot. When i do plot is it possible to zoom in or out or this is not
possible at all?
Best Regards
Alex
[[alternative HTML version deleted]]
2010 Oct 06
8
Looking for a book/tutorial with the following context:
Hello everyone.
It is time to start writing more and more function and I want to read in a
good reference
-book ( I can buy one, especially if it is second handed :P)
-online tutorial
-any other guide
-How functions really work in R
-How to write bigger R programs
-If there are local function variables.
-Global ones and how to treat them
-How to include function files in order to keep your all
2010 Sep 09
2
See what is inside a matrix
Hello everyone.. Is there any graphical tool to help me see what is inside a
matrix? I have 100x100 dimensions matrix and as you already know as it does not
fit on my screen R splits it into pieces.
I would like to thank you in advance for your help
Best Regards
Alex
[[alternative HTML version deleted]]
2011 Jan 10
2
From vector to a step function
Greetings R members.
I have a few vectors that denote the 'steps' of different step functions
v1=c(3,4,5,1,2,3,4,5)
v2=c(5,6,2,4,7,3,2,5)
v3=c(1,2,4,7,3,1,3,5)
Here v1,v2,v3 are considered as the steps for the f1,f2,f3 step functions.
For example f1 looks like that (step size is always same and fixed)
f1= 3 (x>=-3,x<-2)
f1= 4 (x>=-2,x<-1)
f1= 5 (x>=-1,x<0)
f1= 1
2011 Jun 13
3
plotting on an image
Hello all,
has someone please a few hints about how to
1.st: draw an image (preferrably a jpg) and then
2nd: plot() on that image
I am using a mac - and after searching and trying different ways (I have installed EBImage) I now would like to ask for help...
Thanks!
Johann
2009 May 27
3
Axis label spanning multiple plots
Hello
I need to plot 3 graphs in a single column; the top two plots have the
same title, and I would like it to be written only once, centered
horizontally and spanning the two plots. Something like
t +------------+
| |
i | |
| |
t +------------+
l +------------+
| |
e | |
| |
1 +------------+
t
2009 Mar 25
5
histogram plots with many different samples
Dear R users,
I would like to draw some histograms as seen in the page whose address I
wrote below. I searched through the web a lot and I found a page which
describes how I can do it for older versions of R. For newer versions they
recommend to install the package R.basics in R.clusters but this does not
exist. The address of the web page is
http://www1.maths.lth.se/help/R/plot.histogram/
2010 Nov 16
2
Plotting an agnes tree with images instead of labels?
Hi,
I'd like to plot a tree with images of molecular structures instead of
labels (words). I think this is possible because someone who worked in my
office before I arrived did this. However I'm not sure if this person made
the image manually or plotted it only with R.
Thanks in advance for your help.
--
View this message in context:
2011 May 13
1
Plots: I've deleted axes, now to delete space
I am plotting 28 plots on one screen:
par(mfrow=c(4,7))
for (i in 1:28) {
a<-seq(1,3,1)
plot(a,a, ann=FALSE)
}
I want a main title for all the plots (I tried using main but that doesn't
work). I deleted the axes, but am not sure how to delete the space. There
are such large margins between plots so the plots themselves are very small.
If I delete the margins I can leave them all on one
2011 Feb 14
2
How can I slightly offset plots?
Dear R help contributers,
I have several x,y scatter plots and I would like to plot them
slightly offset, similar to:
http://www.mathworks.com/matlabcentral/fx_files/24368/2/content/style4.jpg
I've looked all over for this answer with no luck.
Just a function name or previous example would probably be enough for
me to figure it out.
Thank-you in advance,
Carly
2009 Dec 30
2
Positioning plots on top of each other (aligment & borders)
Hello,
I want to place two plots on top of each other. However, the problem
is that I can't figure out a simple way to align them correctly. Is
there a way to specify this?
Since the data is bunch of coordinates and the second layer is an
outline of a map (a .ps file I import using the grImport package), I
suppose one option would be to specify a set of "artificial"
coordinates that
2011 Dec 16
3
Multiple plots in one subplot
Hi,
I making a figure with six sub-plots using par(mfcol=c(2,3)). In the last
sub-plot I want to have two graphs instead of one. I have tried using
par(fig=x,y,z,v) but this par seems to overwrite the first par. Is there a
simple solution?
Thanks!
Anna
--
View this message in context: http://r.789695.n4.nabble.com/Multiple-plots-in-one-subplot-tp4203525p4203525.html
Sent from the R help
2010 Mar 31
2
Bar plots with bars made of stacked text
I would like to make bar plots where the bars are composed of text like this:
http://www.thomaslevine.com/lowres/text_bars.png
Is there a package that will help me with this? Thanks
Tom
2009 Sep 03
3
Zoomable graphs with multiple plots
Hi folks,
I was wondering if anyone could confirm/deny whether there exists any
kind of package to facilitate zoomable graphs with multiple plots (eg,
plot(..) and then points(..)). I've tried zoom from IDPmisc, and
iplot from the iplot and iplot extreme packages, but as far I can
tell, neither can handle the task.
Does anyone know anything else that might work? Or generally know
2008 Oct 02
1
combining bar and line plots with multiple axes
Hey list,
I have a barplot with a line plot overlayed (on the 2nd y axis) and it
looks fine except that the origin (0) on the 2nd y axis (side=4) is not
lining up with the origin on the 1st y-axis (side=2, from the barplot).
Is there a way to either shift the 2nd y-axis (line plot) down or
readjust the barplot axis?
Just as a reference, here is the code:
barplot2(temp$precip,
2008 Oct 24
1
How to embed residual dot plots of BHH2::anovaPlot(...) into plotMeans(...)?
Dear R fans,
I am preparing a lecture discussing the paper of Wilkinson and APA
Task Force on Statistical Inference (1999, American Psychologist, 54,
594-604.) I'd like to demo their Figure 3B (p. 602) with R. That is to
add plotMeans(...) with dots of BHH2::dotPlot(...) . Is there any
elegant script to do the job?
Thanks
---------------
LI, Xiaoxu
2008 Nov 25
1
residual plots
I've fit a linear model to my data set using the <lm> function. One of the
outputs of that function is a vector of the residuals. I would like to do a
residual plot of this data versus a predictor variable, but the length of
the residual vector is shorter than the length of the predictor variable
vector. This is because when <lm> computes the residual vector, it deletes
entries
2009 Nov 25
1
Interpretation of plots in linear regression models (verification of Gauss-Markov hypothesis)
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091125/3f0e364b/attachment-0001.pl>
2010 Jun 25
1
Trying to tile wireframe plots (using lattice package)
Hi all,
I'm trying to print a number of wireframe plots (generated using the
lattice package), and I want them to appear in a two-by two matrix along
with some other (standard) plots. In other words I am trying to create a
subplot or tiled plot that works for wireframes.
I've tried the methods discussed in:
http://tolstoy.newcastle.edu.au/R/e2/help/07/07/21238.html
but while they work
2009 Jun 06
1
stars (as fourfold plots) in plot (symbols don't work)
Hi!
I have a dataset with three columns -the first two refer to x and y
coordinates, the last one are odds ratios.
I'd like to plot the data with x and y coordinates and the odds ratio shown
as a fourfold plot, which I prefer to do using the stars function.
Unfortunately the stars option in symbols is not as cool as the stars
function on its own, and now i can't figure out how to do it!