search for: gra

Displaying 20 results from an estimated 52 matches for "gra".

Did you mean: grab
2005 Feb 17
1
short plots: lwd, margin and postscript behavior
Hi all. I'm working with a short plot (3x3 inches), but the results (via postscript command) are not nice. The lwd command don't affect the lines (that are very large) and the margins don't change using oma, mai, mar, ... Below I put an example. Moreover, save the graphics via postscript command isn't working well (see the attached ps). Thanks by the help, Cezar Freitas. #Example: #data scores<-c(2.0, 0.0, 5.0, 5.0, 5.0, 2.0, 0.0, 5.0, 2.5, 4.0, 5.0, 0.0, 5.0, 0.0, 2.0, 5.0, 5.0, 2.0, 3.0, 3.0) q<-summary(scores) gra<-hist(scores, breaks=((0...
2017 Jun 16
2
Varios gráficos en una vista en OpenAir
Hola Carlos, Me parece que timePlot genera los gráficos en un formato diferente. Al ejecutar grid.arrange genera el siguiente error: Error in gList(list(list(plot = list(formula = value ~ date | default, : only 'grobs' allowed in "gList" Gracias. Atte. Novvier Uscuchagua De: Carlos Ortega [mailto:cof en qualityexcellence.es] Enviado el: viernes, 16 de junio de 2017 12:38 Para: Novvier Marco Uscuchagua Cornelio <novvier en outlook.com.pe> CC: r-help-es en r-project.org Asunto: Re: [R-es] Varios gráficos en una vista en OpenAir H...
2018 Jan 19
2
Split charts with ggplot2, tidyquant
...ies in separate columns in the data)? The > solution is fairly straightforward once you have the data in the > right structure. And I do not think tidyquant is necessary for > what you want. > > Best, > Charlie > > -- > Charles Redmon > GRA, Center for Research Methods and Data Analysis > PhD Student, Department of Linguistics > University of Kansas > Lawrence, KS, USA > > -- Charles Redmon GRA, Center for Research Methods and Data Analysis PhD Student, Department of Linguistics University of Kansas Lawren...
2007 Oct 15
2
clipping off words inside a vector of strings
Hi, I have a vector of strings (class character) with 6 elements (length 6). I call it 'names'. "Graham Chapman" "John Cleese" "Terry Gilliam" "Eric Idle" "Terry Jones" "Michael Palin" And I want to turn it into another vector of strings called 'shortnames' with the same length. The new vector should look like: "Gra Cha"...
2018 Jan 18
3
Split charts with ggplot2, tidyquant
...u provide some information on your data structure (e.g., are the two time series in separate columns in the data)? The solution is fairly straightforward once you have the data in the right structure. And I do not think tidyquant is necessary for what you want. Best, Charlie -- Charles Redmon GRA, Center for Research Methods and Data Analysis PhD Student, Department of Linguistics University of Kansas Lawrence, KS, USA
2018 Jan 20
2
Split charts with ggplot2, tidyquant
For this kind of control you will probably need to move to base graphics and utilize the `fig` argument in par(), in which case you would want to run the plot() command twice: once with your first outcome and once with your second, changing the par() settings before each one to control the size. On 01/19/2018 01:39 PM, Eric Berger wrote: > Hi Charlie, >...
2004 Dec 23
8
delivery agent in 1.0?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi :) Is there any plan to include delivery agent in 1.x? I would be very happy, if there would be lmtp delivery agent included with dovecot 1.x... This would make creating large mailsystem cluster creation very simple + indexes would be always up2date. Brane -----BEGIN PGP SIGNATURE-----
2018 Jan 21
1
Split charts with ggplot2, tidyquant
....pdf). This is not within the paneling environment with the headers like in other trellis plots though, so you'll have to do a bit more digging to see how to get that to work if you need those headers. Best, Charlie On 01/20/2018 03:17 PM, Bert Gunter wrote: > That (the need for base graphics) is false. It certainly **can** be > done in base graphics -- see ?layout for a perhaps more > straightforward way to do it along the lines you suggest. > > However both lattice and ggplot are based on grid graphics, which has > a similar but slightly more flexible ?grid.layo...
2007 Jan 25
1
printing problem
...9;t print using landscape orientation, just with portrait orientation. i'm using point and click to install and update workstation's printer driver - my workstations are win98, win2k and some winxp. thanks Marcos __________________________________________________ Fale com seus amigos de gra?a com o novo Yahoo! Messenger http://br.messenger.yahoo.com/
2018 Jan 19
0
Split charts with ggplot2, tidyquant
...data)? The >> solution is fairly straightforward once you have the data in the >> right structure. And I do not think tidyquant is necessary for >> what you want. >> >> Best, >> Charlie >> >> -- Charles Redmon >> GRA, Center for Research Methods and Data Analysis >> PhD Student, Department of Linguistics >> University of Kansas >> Lawrence, KS, USA >> >> >> > -- > Charles Redmon > GRA, Center for Research Methods and Data Analysis > PhD Student, Depart...
2018 Jan 20
0
Split charts with ggplot2, tidyquant
That (the need for base graphics) is false. It certainly **can** be done in base graphics -- see ?layout for a perhaps more straightforward way to do it along the lines you suggest. However both lattice and ggplot are based on grid graphics, which has a similar but slightly more flexible ?grid.layout function which would all...
2017 Jun 16
2
Varios gráficos en una vista en OpenAir
Funciona perfecto! Gracias Carlos. Atte. Novvier Uscuchagua De: Carlos Ortega [mailto:cof en qualityexcellence.es] Enviado el: viernes, 16 de junio de 2017 13:46 Para: Novvier Marco Uscuchagua Cornelio <novvier en outlook.com.pe> CC: r-help-es en r-project.org Asunto: Re: Varios gráficos en una vista en OpenAir...
2018 Jan 18
0
Split charts with ggplot2, tidyquant
...cture (e.g., are the > two time series in separate columns in the data)? The solution is fairly > straightforward once you have the data in the right structure. And I do not > think tidyquant is necessary for what you want. > > Best, > Charlie > > -- > Charles Redmon > GRA, Center for Research Methods and Data Analysis > PhD Student, Department of Linguistics > University of Kansas > Lawrence, KS, USA > > [[alternative HTML version deleted]]
1999 Jan 18
1
Program advice
Hi Starting to use R as a serious tool, I have come across a programming problem that I can't see the answer too yet. Can someone advise me plese. The problem is that I want to plot a series of lines which represent short term growths. All the data is in a single vector and I can indicate the index via a second vector. In GLIM, if the second vector is a fac...
2005 Jan 13
1
(no subject)
Good morning, I wrote a little code in R which has to show two graphs but I can get only one. How can I adress the graphs in two files? Second, I'd like, always in the same code, to add a legend to a graph. Better, I'd like to put in such a legend a new item whose color could remind the colour ol the columns it refers to in the plot. I wrote...
2005 Feb 18
7
export to text file
I'm trying to export a large data frame to a text file for permanent storage. The only thing I could find was the treeglia Package but that didn't work. Any suggestions? Thanks! Christina D Smith PhD Student, GRA Statistics Department Kansas State University
2007 May 24
1
SWFDEC at ARM architeture
Hi, i need play SWF files in LINUX with ARM architeture someone try it using SWFDEC? What do you think about? There some bugs related at this architeture? Best regards, Marcus Vinicius __________________________________________________ Fale com seus amigos de gra?a com o novo Yahoo! Messenger http://br.messenger.yahoo.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/swfdec/attachments/20070524/70a76d40/attachment.htm
2007 Sep 23
1
Selecting Links with their parent class attribute?
...="ygrp-g"> <span class="ygrp-nowrap"> <em><a href="/group/freecycledc/">freecycledc</a></em> </span> <a href="/group/freecycledc/"><img src="http://f9g.yahoofs.com/groups/g_11337116/.HomePage/__tn_/4d04.jpg?grA.E.GBtlOnTmsC" width="96" height="48" alt=""></a> <ul class="ygrp-ul ygrp-grpsa"><li class="smalltype ygrp-nowrap"> <a href="/group/freecycledc/messages?o=1"><span class="ygrp-grpsan">394</...
2007 Jan 30
2
RAID1 building via hardware
...How should I proceed on this moment? If I create the partitions on sda, sdb will be identical?? There is no away to assure this on the installation, so that the doubt came to my mind... thanks in advance, Patricia __________________________________________________ Fale com seus amigos de gra?a com o novo Yahoo! Messenger http://br.messenger.yahoo.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070130/96f59600/attachment.html>
2009 Aug 21
2
2d color coded line plot
Hi! I'm not experienced very experienced with R and i'm looking for a way doing plots like in this example http://www.mathworks.de/matlabcentral/fx_files/23566/2/color_line3.png, which basically it is a 2d plot in which the 3rd dimension (variable) is color coded. I have only seen elsewhere that it is possible to color code dots in a scatter plot and I tried it with success although I