Displaying 5 results from an estimated 5 matches for "graph3".
Did you mean:
graph
2010 Nov 19
1
How to print "graph1.png" "graph2.png" "graph3.png" ... ?
Dear All,
I want to print out "graph1.png" "graph2.png" "graph3.png" ... How
can I print it out?
Thank you,
2008 Jan 30
2
Concatenate xyplots
Dear R-community,
I created 5 different xyplots and graphed all of them with the print command on one page (e.g.
print(graph1, split=c(1,1,1,5), more = T)
... print(graph5, split=c(1,5,1,5), more =T)
Using the above commands separates each graph by a white space. However, since the graphs do share the same x-axis, I was wondering if there is a way to concatenate graph1 through 5 so
2010 Jan 25
1
Same y-axis on multiple plots?
...certain that it is something simple, and would be gratefull if someone could point me in the right direction.
R code run through PL/R in Postgres is as follows:
mymain <- "Graph 3";
myxlab <- "Time: 24/Hours";
myylab <- "Number of Hits";
png(''/tmp/graph3.png'');
plot(str,type="b",main=mymain,xlab=myxlab,ylab=myylab,lwd=2, axes=F, ylim.max=0);
clip(0, 25, 0, 600);
axis(1, at = c(0, 3, 6, 9, 12, 15, 18, 21, 24));
axis(2, at = c(0, 100, 200, 300, 400, 500, 600));
abline(h = c(100, 200, 300, 400, 500, 600), lty=2);
mtext("Usage o...
2004 Feb 03
3
R: plotting multiple functions
Hi all
Another simple question.
I would like to plot three graphs one the same plot with different
colours. Say red, blue and black. Here are the functions.
r1<-1+5*cos(2*pi*seq(1:100)/20)+rnorm(100)
r2<-1+7*sin(2*pi*seq(1:100)/20)+rnorm(100)
r3<-1+7*sin(2*pi*seq(1:100)/20)+5*cos(2*pi*seq(1:100)/20)+rnorm(100)
Regards
Allan
2009 Nov 06
4
Guardar gr=?US-ASCII?Q?=E1?=ficos en formato para powerpoint
Hola,
Por favor, necesito guardar en un mismo documento tres gráficos y que
éste se pueda abrir en powerpoint para poder insertar las tres gráficas
allí.
Con jpeg() sólo se me guarda la última gráfica.
¿Alguien me puede ayudar?.
Muchas gracias