Re: [R] Flickering when scrolling in R graphics windows

2023-01-24 Thread Ziyun Tang
On Tue, Jan 24, 2023 at 4:50 AM Martin Maechler wrote: > > >>>>> Ziyun Tang > >>>>> on Sat, 21 Jan 2023 15:14:15 -0500 writes: > > > Hello, I have been experiencing some issues regarding scrolling with > > the mouse or

Re: [R] Flickering when scrolling in R graphics windows

2023-01-24 Thread Martin Maechler
>>>>> Ziyun Tang >>>>> on Sat, 21 Jan 2023 15:14:15 -0500 writes: > Hello, I have been experiencing some issues regarding scrolling with > the mouse or trackpad in R graphics windows (from the base graphics > package), which sometimes resu

[R] Flickering when scrolling in R graphics windows

2023-01-21 Thread Ziyun Tang
Hello, I have been experiencing some issues regarding scrolling with the mouse or trackpad in R graphics windows (from the base graphics package), which sometimes results in flickering, and wanted to see if anyone else had the same issues, or any advice. This happens for R version 4.2.2 on Windows

Re: [R] graphics useRaster check_irregular definition for date or posix

2021-04-15 Thread Paul Murrell
Hi On 15/04/21 7:27 pm, cda...@posteo.de wrote: Hi Paul Thanks for the FAQs related to the unwanted white lines. However, even if it is just the png/pdf viewer that causes the white lines, I would like to try to avoid them as much as possible, and setting useRaster to true does that. Sure.

Re: [R] graphics useRaster check_irregular definition for date or posix

2021-04-15 Thread cdanek
Hi Paul Thanks for the FAQs related to the unwanted white lines. However, even if it is just the png/pdf viewer that causes the white lines, I would like to try to avoid them as much as possible, and setting useRaster to true does that. My wish would be that I can use a date or POSIX* vector as

Re: [R] graphics useRaster check_irregular definition for date or posix

2021-04-14 Thread Paul Murrell
Hi Feeding R-help back in, in case my suggestions might be of use to someone else ... Thanks for the examples - so the main benefit you are looking for is the labelling on the axes (date labels) ? If you are just trying to avoid the annoying white lines, it may just be your PNG/PDF viewer;

Re: [R] graphics useRaster check_irregular definition for date or posix

2021-04-13 Thread Paul Murrell
Hi I doubt it is intended (to deliberately exclude "difftime" objects). Can you please supply a full image() example (with 'x' and/or 'y' as Dates and a 'z') ? So that I can see what ... image(x, y, z, useRaster=FALSE) ... looks like, so I can see what you want ... image(x, y, z, useRaster

[R] graphics useRaster check_irregular definition for date or posix

2021-04-13 Thread cdanek
Hi The function `check_irregular()` defined within `graphics::image.default()` checks if the `useRaster` argument for `graphics::image()` can be true or must be false. According to this function, the following example vector is irregular: ``` time <- seq(as.Date("2020-1-1"), as.Date("2020-12-31

[R] graphics::rasterImage and grid::grid.raster, doubly upside down images

2020-12-05 Thread Abby Spurdle
Dear list, I've been writing R-based software for image and spatial data. And I've decided to support a dual implementation with both base graphics and grid graphics, and the possibility of other graphics systems later. Also, I've decided to plot raster images with the vertical axis flipped. Whic

Re: [R] R Graphics: Device 2 (Active)

2017-01-23 Thread Greg Snow
hat. On Mon, Jan 23, 2017 at 11:19 AM, Jackson Rodrigues wrote: > Hi, > > after updating R and RStudio I am no longer able to see my plots in the > plot pane. Instead a new window opens called: R Graphics: Device 2 (Active). > > I tried to use dev.off(), reinstalling, updat

Re: [R] R Graphics: Device 2 (Active)

2017-01-23 Thread Bert Gunter
s (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jan 23, 2017 at 10:19 AM, Jackson Rodrigues wrote: > Hi, > > after updating R and RStudio I am no longer able to see my plots in the > plot pane. Instead a new window opens called: R Graphics: Device 2

Re: [R] R Graphics: Device 2 (Active)

2017-01-23 Thread Jeff Newmiller
> >after updating R and RStudio I am no longer able to see my plots in the >plot pane. Instead a new window opens called: R Graphics: Device 2 >(Active). > >I tried to use dev.off(), reinstalling, update again and etc but it >does >not help. > >I've checked th

Re: [R] R Graphics: Device 2 (Active)

2017-01-23 Thread Rui Barradas
Hello, That's a question for R Studio, ask here: https://support.rstudio.com Hope this helps, Rui Barradas Em 23-01-2017 18:19, Jackson Rodrigues escreveu: Hi, after updating R and RStudio I am no longer able to see my plots in the plot pane. Instead a new window opens called: R Gra

[R] R Graphics: Device 2 (Active)

2017-01-23 Thread Jackson Rodrigues
Hi, after updating R and RStudio I am no longer able to see my plots in the plot pane. Instead a new window opens called: R Graphics: Device 2 (Active). I tried to use dev.off(), reinstalling, update again and etc but it does not help. I've checked this discussion list but I could not fin

Re: [R] 'strange' R graphics problem | Linux...

2015-10-15 Thread Evan Cooch
ches often use very different graphical subsystems (mostly designed to minimize bandwidth overhead), but in so doing, R graphics 'work'. On 10/14/2015 9:39 PM, Thomas Adams wrote: > Evan, > > I have R 3.2.2 installed on my Ubuntu 15.04 machine -- no problems > with the gra

Re: [R] 'strange' R graphics problem | Linux...

2015-10-14 Thread Evan Cooch
On 10/14/2015 4:00 PM, Evan Cooch wrote: > > > On 10/14/2015 3:51 PM, Thomas Adams wrote: >> Evan, >> >> I have Ubuntu 14.04 and 15.10 at home and have not had problems, but >> I don't think I've been using R 3.2.2 — I'll try this evening. > > Indeed - it could be an R-version issue, and not so

Re: [R] 'strange' R graphics problem | Linux...

2015-10-14 Thread Evan Cooch
Tom -- On 10/14/2015 3:35 PM, Thomas Adams wrote: > Evan, > > Not that this helps you, but I am using a very similar platform and I > am having the identical problem. My test simply comes from the first > help(plot) example. I tried doing some things to 'correct' the problem > and ended up muck

Re: [R] 'strange' R graphics problem | Linux...

2015-10-14 Thread Evan Cooch
On 10/14/2015 3:51 PM, Thomas Adams wrote: > Evan, > > I have Ubuntu 14.04 and 15.10 at home and have not had problems, but I > don't think I've been using R 3.2.2 — I'll try this evening. Indeed - it could be an R-version issue, and not so much the distro. I might, for chuckles, roll back to

Re: [R] 'strange' R graphics problem | Linux...

2015-10-14 Thread Evan Cooch
A clue -- Working from home, I created an ssh tunnel into my CentOS box, and brought up the desktop remotely using VNC. Fire up R in a terminal, and *voila*, graphics work fine. So, if I'm sitting at the CentOS machine, R graphics choke and die. If I use a remote desktop approach, gra

Re: [R] 'strange' R graphics problem | Linux...

2015-10-14 Thread Thomas Adams
, > graphics work fine. > > So, if I'm sitting at the CentOS machine, R graphics choke and die. If I > use a remote desktop approach, graphics fine. > > Very strange... > > Forgot to add before, here are the 'capabilities' from my R install -- X11 > a

Re: [R] 'strange' R graphics problem | Linux...

2015-10-14 Thread Thomas Adams
Evan, I have Ubuntu 14.04 and 15.10 at home and have not had problems, but I don't think I've been using R 3.2.2 — I'll try this evening. Tom On Wed, Oct 14, 2015 at 2:47 PM, Evan Cooch wrote: > Tom -- > > On 10/14/2015 3:35 PM, Thomas Adams wrote: > > Evan, > > Not that this helps you, but I

Re: [R] 'strange' R graphics problem | Linux...

2015-10-14 Thread Thomas Adams
Evan, Not that this helps you, but I am using a very similar platform and I am having the identical problem. My test simply comes from the first help(plot) example. I tried doing some things to 'correct' the problem and ended up mucking-up my Gnome environment. In the process, I was able to get th

[R] 'strange' R graphics problem | Linux...

2015-10-14 Thread Evan Cooch
So, am running 3.2.2 on a Centos 6.xx box. Code executes fine, but I'm having a heck of a time with graphics. I don't think this is related to R in the broad sense, but how it is interacting with graphics on the system. here is a description of the problem. 1\ something simple: test <- rnorm(

Re: [R] help using extrafont package | R graphics

2014-05-01 Thread Taiyun Wei
> helpful for you. > > > Best, > Yixuan > > > > > > > 2014-04-26 16:54 GMT-04:00 Evan Cooch : > > Greetings -- > > > > Submitted this a little while ago -- for some reason, still being held > > up by the moderator. Trying again..

Re: [R] help using extrafont package | R graphics

2014-05-01 Thread Evan Cooch
helpful for you. > > > Best, > Yixuan > > > > > > > 2014-04-26 16:54 GMT-04:00 Evan Cooch <mailto:evan.co...@gmail.com>>: > > Greetings -- > > > > Submitted this a little while ago -- for some reason, still being held > > up by the moder

Re: [R] help using extrafont package | R graphics

2014-04-30 Thread Yixuan Qiu
package is available at http://statr.me/2014/01/using-system-fonts-in-r-graphs/. Hope this would be helpful for you. Best, Yixuan 2014-04-26 16:54 GMT-04:00 Evan Cooch : > Greetings -- > > Submitted this a little while ago -- for some reason, still being held > up by the mo

Re: [R] help using extrafont package | R graphics

2014-04-30 Thread Law, Jason
inal Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Evan Cooch Sent: Saturday, April 26, 2014 1:55 PM To: r-help@r-project.org Subject: [R] help using extrafont package | R graphics Greetings -- Submitted this a little while ago -- for some reaso

[R] help using extrafont package | R graphics

2014-04-26 Thread Evan Cooch
Greetings -- Submitted this a little while ago -- for some reason, still being held up by the moderator. Trying again... For a host of reasons, I need to use/embed Garamond font with various R graphics for a particular publication. I've figured out how to more or less get there from

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-23 Thread sigtool
Waterloo Graphics is open-source and can be used from R. Graphics can be copied and pasted in vector format to Word on Windows or Mac. There is also an SVG file save option that produces output with easy-to-use object groupings for editing an Adobe Illustrator/Inkscape. (as well as HTML5

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-21 Thread Shane McMahon
erscripts in the axis title. > > And I am back full circle, having to lower the resolution of the graph to > keep the x--axis title away from the axis, and thus reverting to a ragged, > segmented "line" when exported to Word.. > > Final note: The R graphics windo

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-18 Thread Kevin Wright
hich I like using. > > In my experience, the best way to get R graphics into Word is to use > compressed high-resolution tiff, like this: > > word.tif = function(filename="Word_Figure_%03d.tif", zoom=4, width=17, > height=10, pointsize=10, ...) { > if (!grepl(&qu

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-18 Thread Greg Snow
Another option to consider if your goal is to create a word file with 1 or more plots in it (possibly intermingled with text and other output) is to use the knitr or pander packages (or odfWeave or sweave or ...). This way you can create a script (or template file) that sets a couple of options up

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-16 Thread david hamer
Thanks to everyone for the helpful suggestions. -- David. On Mon, Dec 16, 2013 at 7:23 PM, Steve Taylor wrote: > > From: Duncan Murdoch... > > > Don't use a bitmap format (png). > I disagree. Each vector format comes with its own problems. > > > Don't produce your graph in one format (scree

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-16 Thread Steve Taylor
> From: Duncan Murdoch... > Don't use a bitmap format (png). I disagree. Each vector format comes with its own problems. > Don't produce your graph in one format (screen display), then convert to > another (png). Open the device in the format you want for the final file. Agreed. > Use a vect

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-16 Thread Steve Taylor
Unfortunately the win.metafile() device does not support semi-transparent colours, which I like using. In my experience, the best way to get R graphics into Word is to use compressed high-resolution tiff, like this: word.tif = function(filename="Word_Figure_%03d.tif", zoom=4, width=1

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-16 Thread Marc Schwartz
thropology > Texas A&M University > College Station, TX 77840-4352 > > > > > -Original Message- > From: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of Duncan > Murdoch > Sent: Sunday, December 15, 2013 5:24 PM > To: davi

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-16 Thread David Carlson
-Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Duncan Murdoch Sent: Sunday, December 15, 2013 5:24 PM To: david hamer; r-help@r-project.org Subject: Re: [R] Exporting R graphics into Word without losing graph quality On 13-12-15 6:00

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-15 Thread Rolf Turner
On 16/12/13 12:23, Duncan Murdoch wrote: [After a number of other "Don'ts"] Don't trust the preview to tell you the quality of the graph, try printing the document. Word isn't quite as bad as it appears. Don't use Word. Fortune? cheers, Rolf Turner _

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-15 Thread Duncan Murdoch
the superscripts in the axis title. And I am back full circle, having to lower the resolution of the graph to keep the x–axis title away from the axis, and thus reverting to a ragged, segmented “line” when exported to Word.. Final note: The R graphics window version of the graph becomes very disto

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-15 Thread Henrik Bengtsson
??)", line = 4)* >> This works, but with mtext I have now lost the ability to have the >> superscripts in the axis title. >> >> And I am back full circle, having to lower the resolution of the graph to >> keep the x–axis title away from the axis, and thus reverting to a ragge

Re: [R] Exporting R graphics into Word without losing graph quality

2013-12-15 Thread Henrik Bengtsson
erscripts in the axis title. > > And I am back full circle, having to lower the resolution of the graph to > keep the x–axis title away from the axis, and thus reverting to a ragged, > segmented “line” when exported to Word.. > > Final note: The R graphics window version o

[R] Exporting R graphics into Word without losing graph quality

2013-12-15 Thread david hamer
back full circle, having to lower the resolution of the graph to keep the x–axis title away from the axis, and thus reverting to a ragged, segmented “line” when exported to Word.. Final note: The R graphics window version of the graph becomes very distorted, even though the graph may be of high

Re: [R] graphics or table

2013-11-11 Thread Jeff Newmiller
Your code is messed up because you posted in HTML. Also, it is not reproducible (e.g. no sample data, incomplete analysis code). (See http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example for more on reproducibility.) Also, this looks very much like homework and t

[R] graphics or table

2013-11-11 Thread Enzo Cocca
hi I have this code for a cross validation: >res <- as.data.frame(CV_Pb_var)$residual> sqrt(mean(res^2))> >mean(res)> mean(res^2/as.data.frame(CV_Pb_var)$var1.var) I can not seem to export everything in one table also can I to be exported it graphically? thanks enzo --

Re: [R] Strange behaviour of R graphics copied to PowerPoint

2013-06-03 Thread Steve Simon, P.Mean Consulting
nabble.com/Strange-behaviour-of-R-graphics-copied-to-PowerPoint-tp4668535p4668586.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] Strange behaviour of R graphics copied to PowerPoint

2013-06-03 Thread Duncan Murdoch
is two pictures. The first picture shows how my chart looks like in the R Graphics window, and the second picture shows how the chart becomes after saving it to PDF. < http://r.789695.n4.nabble.com/file/n4668522/R.png> < http://r.789695.n4.nabble.com/file/n4668522/Rppt.png> As yo

Re: [R] Strange behaviour of R graphics copied to PowerPoint

2013-06-03 Thread Marc Schwartz
ences > Maastricht University, P.O. Box 616 (VIJV1) > 6200 MD Maastricht, The Netherlands > +31 (43) 388-4170 | http://www.wvbauer.com > > >> -Original Message- >> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] >> On Behalf

Re: [R] Strange behaviour of R graphics copied to PowerPoint

2013-06-03 Thread Viechtbauer Wolfgang (STAT)
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Jeff Newmiller > Sent: Monday, June 03, 2013 13:58 > To: Erling Johan Frøysa; r-help@r-project.org > Subject: Re: [R] Strange behaviour of R graphics copied to PowerPoint > > I have not seen this

Re: [R] Strange behaviour of R graphics copied to PowerPoint

2013-06-03 Thread Jeff Newmiller
dialog"). > >Attached is two pictures. The first picture shows how my chart looks >like in >the R Graphics window, and the second picture shows how the chart >becomes >after saving it to PDF. > >< http://r.789695.n4.nabble.com/file/n4668522/R.png> > >< htt

Re: [R] Strange behaviour of R graphics copied to PowerPoint

2013-06-03 Thread Kevin Wright
llo, > > I am using R to create graphics, especially to plot time series charts. > These charts are then copied as metafiles (for best quality) to a > PowerPoint > presentation and then saved to PDF (via the "Save As" dialog"). > > Attached is two pictures. The first

[R] Strange behaviour of R graphics copied to PowerPoint

2013-06-02 Thread Erling Johan Frøysa
t looks like in the R Graphics window, and the second picture shows how the chart becomes after saving it to PDF. < http://r.789695.n4.nabble.com/file/n4668522/R.png> < http://r.789695.n4.nabble.com/file/n4668522/Rppt.png> As you can see. After saving the metafile to PDF via Powe

Re: [R] Bug in latest Ubuntu release (13.04) disables R graphics device

2013-05-23 Thread andrewcd
--- > If you reply to this email, your message will be added to the > discussion below: > http://r.789695.n4.nabble.com/Bug-in-latest-Ubuntu-release-13-04-disables-R-graphics-device-tp4666582p4667863.html > > > To unsubscribe from Bug in latest Ubuntu release (13.04) di

Re: [R] Plot two separate curves in R Graphics and R Lattice package

2013-04-10 Thread David Winsemius
5.14499428, 398107.170553498, 407380.277804113, >>> 416869.383470336, 426579.518801593, 436515.832240167, 446683.592150963, >>> 457088.189614875, 467735.141287198, 478630.092322638, 489778.819368447, >>> 501187.233627272, 512861.383991365, 524807.460249773, 537031.796370253, >

Re: [R] Plot two separate curves in R Graphics and R Lattice package

2013-04-10 Thread jpm miao
x2"))) > > > > > 2013/4/11 David Winsemius > >> >> On Apr 10, 2013, at 12:44 AM, jpm miao wrote: >> >> Hi David, >>> >>>Many thanks. I try to follow your example and code as follows: >>> >>> xyplot( avg_cost_201

Re: [R] Plot two separate curves in R Graphics and R Lattice package

2013-04-10 Thread David Winsemius
panel=function(x,y) { panel.xyplot(x,y, type="l") panel.points(x=c(1.1, 2.1), y=c(4.1, 5.1), col="red") } ) -- David. Thanks, Miao 2013/4/10 Janesh Devkota Hi, This should be fairly easy by using base R graphics. Lets suppose your first da

Re: [R] Plot two separate curves in R Graphics and R Lattice package

2013-04-10 Thread jpm miao
>> >> >> >> Your example was not presented in a form that lent itself to easy >> editing. Please learn to use dput to present data structures: >> >> xyplot( 4:6 ~ 1:3, >>panel=function(x,y) { >> panel.xyplot(x,y, type

Re: [R] Plot two separate curves in R Graphics and R Lattice package

2013-04-10 Thread David Winsemius
el.points(x=c(1.1, 2.1), y=c(4.1, 5.1), col="red") } ) -- David. Thanks, Miao 2013/4/10 Janesh Devkota Hi, This should be fairly easy by using base R graphics. Lets suppose your first data is represented by (x1,y1) and second data is represented by (x2,y2) You can use the fo

Re: [R] Plot two separate curves in R Graphics and R Lattice package

2013-04-10 Thread jpm miao
panel.xyplot(x,y, type="l") > panel.points(x=c(1.1, 2.1), y=c(4.1, 5.1), col="red") } ) > > -- > David. > > >> Thanks, >> >> Miao >> >> >> 2013/4/10 Janesh Devkota >> >> Hi, >>&g

Re: [R] Plot two separate curves in R Graphics and R Lattice package

2013-04-09 Thread David Winsemius
) { panel.xyplot(x,y, type="l") panel.points(x=c(1.1, 2.1), y=c(4.1, 5.1), col="red") } ) -- David. Thanks, Miao 2013/4/10 Janesh Devkota Hi, This should be fairly easy by using base R graphics. Lets suppose your first data is represented b

Re: [R] Plot two separate curves in R Graphics and R Lattice package

2013-04-09 Thread jpm miao
Thank you very much. Could it be done in Lattice package? Thanks, Miao 2013/4/10 Janesh Devkota > Hi, > > This should be fairly easy by using base R graphics. > > Lets suppose your first data is represented by (x1,y1) and second data is > represented by (x2,y2) > > Y

Re: [R] Plot two separate curves in R Graphics and R Lattice package

2013-04-09 Thread Janesh Devkota
Hi, This should be fairly easy by using base R graphics. Lets suppose your first data is represented by (x1,y1) and second data is represented by (x2,y2) You can use the following command. plot(x1,y1,type="l") points(x2,y2) Hope it helps. On Tue, Apr 9, 2013 at 8:24 PM, jpm m

[R] Plot two separate curves in R Graphics and R Lattice package

2013-04-09 Thread jpm miao
Hi, How can I plot two curves with distinct x and y vectors? I would like to join one of them by regular lines and plot the other just by points (no lines). Can it be done in regular R graphic tools, say "plot" function? Can it be done in Lattice package, say "xyplot" function? Thanks, Mi

[R] A new book "Guidebook to R Graphics Using Microsoft Windows (Wiley)"

2012-02-26 Thread 竹澤邦夫
Dear R-Users, A new book "Guidebook to R Graphics Using Microsoft Windows (Wiley)" is out. http://as.wiley.com/WileyCDA/WileyTitle/productCd-111802639X.html http://www.amazon.com/Guidebook-Graphics-Using-Microsoft-Windows/dp/111802639X/ref=sr_1_1?ie=UTF8&qid=1330301212&sr=8

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-15 Thread Majid Einian
Hello Tall, sorry for late reply. I meant just the direction of the closing parentheses. This is the way it should be (and is on my linux system) : http://myup.ir/images/93380129091837074902.png This is the way it is (on windows system) http://myup.ir/images/40188837660458525731.png On 1/3/12, T

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-03 Thread David Winsemius
ncluded, for example, all of the Arabic world... http://en.wikipedia.org/wiki/Right-to-left ). 2) I fear that this type of issue needs to be handled by someone familiar with the guts of the R graphics code. I am not even sure if I should post this here or on the R-devel mailing list. Your ad

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-03 Thread Hadley Wickham
uage (That included, for example, all of the Arabic world... >> http://en.wikipedia.org/wiki/Right-to-left ). >> 2) I fear that this type of issue needs to be handled by someone familiar >> with the guts of the R graphics code.  I am not even sure if I should post >> this

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-03 Thread Tal Galili
ge (That included, for example, all of the Arabic world... > http://en.wikipedia.org/wiki/Right-to-left ). > 2) I fear that this type of issue needs to be handled by someone familiar > with the guts of the R graphics code. I am not even sure if I should post > this here or on the R

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-03 Thread Tal Galili
languages to use R for plotting in their own language (That included, for example, all of the Arabic world... http://en.wikipedia.org/wiki/Right-to-left ). 2) I fear that this type of issue needs to be handled by someone familiar with the guts of the R graphics code. I am not even sure if I should post

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-03 Thread Tal Galili
Hello Majid, When you say the text renders correctly on one but not the other, you mean the fonts, or the directionality? Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew)

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-02 Thread Majid Einian
> Incidentally, gMail (on Windows) correctly rendered the Hebrew > ("Shalom Olam"), so it would seem that this probably is a plotting > issue rather than an OS issue I tested a Persian text with this kind of parentheses in linux and windows, and it seem it is indeed an OS issue. The text renders

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-01 Thread Richard M. Heiberger
R >>> version.string R version 2.14.1 (2011-12-22) >>> >>> Regards >>> >>> Regards >>> >>> Duncan Mackay >>> Department of Agronomy and Soil Science >>> University of New England >>> A

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-01 Thread Jeff Newmiller
ent-length: 796 Hello all, The following line of code includes a right-to-left language text, yet the R graphics engine displays it from left to right. One problem this causes is when there are parenthesis in the test, here is a basic example? plot(1:10, main = "??? ()") Is

Re: [R] Is it possible to "right align" text in R graphics?

2012-01-01 Thread Tal Galili
-Type: text/plain >> Content-Disposition: inline >> Content-length: 796 >> >> >> Hello all, >> >> The following line of code includes a right-to-left language text, yet the >> R graphics engine displays it from left to right. One problem this causes >

Re: [R] Is it possible to "right align" text in R graphics?

2011-12-31 Thread Duncan Mackay
...@northnet.com.au At 02:52 30/12/2011, you wrote: Content-Type: text/plain Content-Disposition: inline Content-length: 796 Hello all, The following line of code includes a right-to-left language text, yet the R graphics engine displays it from left to right. One problem this causes is when there are

Re: [R] Is it possible to "right align" text in R graphics?

2011-12-30 Thread Tal Galili
-- > > > > > > > > > > On Fri, Dec 30, 2011 at 12:12 AM, Jean V Adams wrote: > > > >> > >> Tal Galili wrote on 12/29/2011 10:52:55 AM: > >> > >> > >> > Hello all, > >> > &g

Re: [R] Is it possible to "right align" text in R graphics?

2011-12-29 Thread Bert Gunter
On Fri, Dec 30, 2011 at 12:12 AM, Jean V Adams wrote: > >> >> Tal Galili wrote on 12/29/2011 10:52:55 AM: >> >> >> > Hello all, >> > >> > The following line of code includes a right-to-left language text, yet >> the &

Re: [R] Is it possible to "right align" text in R graphics?

2011-12-29 Thread Tal Galili
www.r-statistics.com (English) -- On Fri, Dec 30, 2011 at 12:12 AM, Jean V Adams wrote: > > Tal Galili wrote on 12/29/2011 10:52:55 AM: > > > > Hello all, > > > > The following line of code includes a right-to-left language text, yet > the > > R graph

Re: [R] Is it possible to "right align" text in R graphics?

2011-12-29 Thread Jean V Adams
Tal Galili wrote on 12/29/2011 10:52:55 AM: > Hello all, > > The following line of code includes a right-to-left language text, yet the > R graphics engine displays it from left to right. One problem this causes > is when there are parenthesis in the test, here is a basic examp

[R] Is it possible to "right align" text in R graphics?

2011-12-29 Thread Tal Galili
Hello all, The following line of code includes a right-to-left language text, yet the R graphics engine displays it from left to right. One problem this causes is when there are parenthesis in the test, here is a basic example? plot(1:10, main = "שלום (טקסט)") Is there a w

Re: [R] Graphics - Axis Labels overlap window edges

2011-12-02 Thread Uwe Ligges
On 02.12.2011 17:41, robgriffin247 wrote: Hi, I am trying to put larger axis labels on my graphs (using cex.axis and cex.label) but when I do this the top of the text on the Y axis goes outside of the window which you can see in this picture -http://twitter.com/#!/robgriffin247/status/14264288

[R] Graphics - Axis Labels overlap window edges

2011-12-02 Thread robgriffin247
Hi, I am trying to put larger axis labels on my graphs (using cex.axis and cex.label) but when I do this the top of the text on the Y axis goes outside of the window which you can see in this picture -http://twitter.com/#!/robgriffin247/status/142642881436450816/photo/1 - (if you click on the pict

Re: [R] Graphics in vector format

2011-11-22 Thread R. Michael Weylandt
I believe the Cairo package provides SVG faculties. Michael On Nov 22, 2011, at 4:48 PM, Antonio Rodriges wrote: > Hello, > > Is there a way to save plots in vector format like SVG or smth else? > > __ > R-help@r-project.org mailing list > https://

[R] Graphics in vector format

2011-11-22 Thread Antonio Rodriges
Hello, Is there a way to save plots in vector format like SVG or smth else? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commen

Re: [R] Graphics Reciprocal labeling

2011-10-30 Thread Hurr
I suppose I wasn't clear enough. For some purposes, I want to label the horizontal axis like the first label-line below. It separates the longer periods better even though it squashes the shorter ones. The real scale for the corresponding plotted data is the second label-line. The same-range linear

Re: [R] Graphics Reciprocal labeling

2011-10-29 Thread Hurr
I need just a little more education. I still haven't got back into attempting R programs, but I have appreciated your information. The linear-in-frequency horizontal-axis scale is natural for frequency analysis, and so labeling in period is applicable. Also applicable for better view is an exponen

Re: [R] Graphics Reciprocal labeling

2011-10-29 Thread Hurr
Thank you both so very much. -- View this message in context: http://r.789695.n4.nabble.com/Graphics-Reciprocal-labeling-tp3949054p3950480.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.e

Re: [R] Graphics Reciprocal labeling

2011-10-28 Thread Jim Lemon
On 10/29/2011 09:23 AM, Hurr wrote: Can I also label selected reciprocal numbers easily either alongside or without the automatic ones, and have them automatically in their correct spots. Sorry, I really don't know R now. Hi Hurr, What you want is probably achievable with the "axis" function. T

Re: [R] Graphics Reciprocal labeling

2011-10-28 Thread David Winsemius
On Oct 28, 2011, at 6:23 PM, Hurr wrote: Can I also label selected reciprocal numbers easily either alongside or without the automatic ones, and have them automatically in their correct spots. Sorry, I really don't know R now. I am unable to parse your request into standard English. Please po

Re: [R] Graphics Reciprocal labeling

2011-10-28 Thread Hurr
Can I also label selected reciprocal numbers easily either alongside or without the automatic ones, and have them automatically in their correct spots. Sorry, I really don't know R now. -- View this message in context: http://r.789695.n4.nabble.com/Graphics-Reciprocal-labeling-tp3949054p3949357.

Re: [R] Graphics Reciprocal labeling

2011-10-28 Thread David Winsemius
On Oct 28, 2011, at 3:57 PM, Hurr wrote: Does R graphics have a way to easily label the horizontal axis by the reciprocal of the scaled value? plot(x<-1:10,y<-1:10, xaxt="n") axis(1, at=1:10, labels=round(1/x, 3) ) It is a bit more difficult to do it as a fractional la

[R] Graphics Reciprocal labeling

2011-10-28 Thread Hurr
Does R graphics have a way to easily label the horizontal axis by the reciprocal of the scaled value? -- View this message in context: http://r.789695.n4.nabble.com/Graphics-Reciprocal-labeling-tp3949054p3949054.html Sent from the R help mailing list archive at Nabble.com

Re: [R] graphics: 3D regression plane

2011-04-27 Thread Paul Johnson
Hi. Comments below On Wed, Apr 27, 2011 at 2:32 AM, agent dunham wrote: > Hi, thanks, I think I've changed the previous as you told me but I'm having > this error, what does it mean? > > > model<- lm(log(v1)~log(v2)+v3, data=dat) > > newax<- expand.grid( >    v2 = seq(min(log(dat$v2)), max(log(da

Re: [R] graphics: 3D regression plane

2011-04-27 Thread agent dunham
Hi, thanks, I think I've changed the previous as you told me but I'm having this error, what does it mean? model<- lm(log(v1)~log(v2)+v3, data=dat) newax<- expand.grid( v2 = seq(min(log(dat$v2)), max(log(dat$v2)), length=100), v3= seq(min(dat$v3), max(dat$v3), length=100)) fit <- p

Re: [R] graphics: 3D regression plane

2011-04-27 Thread agent dunham
Dear community, Thanks for regr2.plot. I've another question. When fixing OLS I used training data and test data. I'd like to know if it's possible to draw the plane I've fixed with the training data, and draw the observed and predicted points achieved with the test data. If so any help or refe

Re: [R] graphics: 3D regression plane

2011-04-26 Thread Richard M. Heiberger
On Tue, Apr 26, 2011 at 11:18 AM, agent dunham wrote: > Dear community, > > As it's explained I've tried the following: > > model<- lm(log(v1)~log(v2)+v3, data=dat) > newax<- expand.grid( >v2 = seq(min(log(dat$v2)), max(log(dat$v2)), length=100), >v3= seq(min(dat$v3), max(dat$v3), length=1

Re: [R] graphics: 3D regression plane

2011-04-26 Thread agent dunham
Dear community, As it's explained I've tried the following: model<- lm(log(v1)~log(v2)+v3, data=dat) newax<- expand.grid( v2 = seq(min(log(dat$v2)), max(log(dat$v2)), length=100), v3= seq(min(dat$v3), max(dat$v3), length=100) ) fit <- predict(model,newax) graph <- persp(x=seq(m

Re: [R] graphics: 3D regression plane

2011-01-12 Thread David Winsemius
On Jan 12, 2011, at 6:10 AM, Federico Bonofiglio wrote: Hello Masters, wishing you all a great 2011 I was also going to ask if anyone knows a quick and efficient way to plot a regression plane (z~x*y). There are many. There are limitations to using the ?? operator in that it only brings

[R] graphics: 3D regression plane

2011-01-12 Thread Federico Bonofiglio
Hello Masters, wishing you all a great 2011 I was also going to ask if anyone knows a quick and efficient way to plot a regression plane (z~x*y). I have tried the regr2.plot{HH} function but it is only an educational tool and has poor graphical properties. I also tried to run the following script

Re: [R] Graphics API version mismatch with RSVGTipsDevice

2010-11-12 Thread leandro
Dear Prof. Ripley Thank you for your help. It works perfectly now. I did not realise that just using update.packages() was not rebuilding the packages under the new R version. Best, Leandro On Fri, 2010-11-12 at 14:33 +, Prof Brian Ripley wrote: > You need to reinstall these packages when you

Re: [R] Graphics API version mismatch with RSVGTipsDevice

2010-11-12 Thread Prof Brian Ripley
You need to reinstall these packages when you update R. Have you done update.packages(checkBuilt=TRUE) ? It's the obvious way to find packages which need updating. On Fri, 12 Nov 2010, leandro wrote: Dear Colleagues I have been struggling with a problem and could not find a similar previous

  1   2   3   >