similar to: graph resolution windows (dpi) using x11 device

Displaying 20 results from an estimated 6000 matches similar to: "graph resolution windows (dpi) using x11 device"

2008 Jun 02
2
High resolution figures for a paper?
Dear Rusers, My manuscript has been conditionally accepted recently. The problem to generate the high resolution figures in R for the manuscript cannot be solved by me. The journal editor ask me to generate the figures with a minimum resolution of 500 dpi. I have tried the *menu-driven method* to save the figures as JPEG (100% printed quality), but the results seem not to be very good. I have
2008 Apr 26
6
resolution (dpi) problem
I am using R 2.4.1 with Windows XP. I use the plot command in a fairly simple script and I use the right mouse click on the plot and save as a postscript file. I used the resultant file in a paper which was submitted electronically. However, I get the following response from the journal: Your manuscript has been unsubmitted because you failed to meet the submission guidelines as indicated
2002 Oct 25
2
functions
Hello, I am a newbie in R, I just did my first function, which works!!! And I would like to know, if I can create a directory in the library with my functions, in a way, which I could call that like we call the packages ? Can anyone help me? Thanks in advance Marta ><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>
2010 Apr 06
1
approx function wierd result
Dear R-list members, I am calculating the linear extrapolation for a data set, using the function found in Hmisc. x=c(0.0265,-0.0003,0.0142,0.0263,0.0634,0.1145,0.2504) y=c(58,107,152,239,362,512,724) x1=0.0393216 approxExtrap(x,y,x1, method="linear") approx(x,y,x1) #to see what is happening: plot(x, y, typ="o") abline(v=x1, col=8) Which gives x=0.03 and y=163, instead of
2010 Dec 14
2
300 dpi and eps:
Hi, I have a run of 5 graphs that I want to place them under the same page. Everything works fine to place them in a pdf file , or eps file, but when it comes to have a high quality of 300 dpi these graphs are not good. For example I open the eps file with Adobe Illustrator (AI) and it shows that it is a 72dpi graph. If I start with a 72dpi graph AI cannot improve this to 300 dpi. Q: HOW CAN A
2012 Oct 03
2
Creating tiff with 1200 dpi
Hi all, I am trying to create images in R suitable for journal publication. I'd like to make an image that is 3.6" wide and 5.08" length, and 1200 dpi. When I create a tiff file that is 800 dpi and 4x4", it works (although doesn't look good). But when I create a tiff that is the size and dpi I want, it doesn't work. I get the following error: Error in tiff(filename =
2007 Jan 11
1
warning in GAM
Hello, I have a problem when doing gam (from gam library; I am using R 2.4.0, windows xp platform) When doing: example(gam) There is this error message (which also happens when using my data) .... Warning: a final empty element has been omitted the part of the args list of 'list' being evaluated was: (coefficients = fit$beta, residuals = fit$y - fit$eta, fitted.values = fit$eta,
2010 Aug 29
3
Saving plot to tiff, with high resolution for publication ?
Hello all. A Journal we are sending an article to is asking for the following: To ensure the best reproduction quality of your figures we would appreciate high resolution files. All figures should preferably be in TIFF or EPS format... and should have the following resolution: Graph: 800 - 1200 DPI Photo: 400 - 800 DPI Color (only CMYK): 300 - 400 DPI (DPI = dots per inch) Since I am sending
2004 Feb 24
3
problem of install.packages in windows (R 1.81)
Dear R users, I have a problem in the configuration of R: I just changed university, and my conection to the net is via a password, which permits me to access the packages with no problem via the internet explorer (version 6). I just updated R to R 1.81, and I cannot download nether upgrade packages (and many are not working with the update!!!). I have been looking in the help and emails, and
2007 May 25
2
xyplot: different scales accross rows, same scales within rows
Dear list members, I would like to set up a multiple panel in xyplots, with the same scale for all colunms in each row, but different accross rows. relation="free" would set up all x or y scales free... which is not what I want :-( Is this possible? Thank you in advance, Best wishes, Marta
2002 Nov 05
1
last.warning and function problem
Hello, I am a newbie in R and I am trying to create a function, that includes several functions inside. To avoid that everything stops if there is an error, I have this statement bla = function(....){ ... if(exists("last.warning")){rm(last.warning)} ... } inside the function, which if I use it normally, it works fine, but once I use it with the funciotn it gives me an error like:
2008 Jan 18
2
image/area plot
Dear R users, I am trying to produce an image plot, that represents the proportions of a factor (z variable), so that the number of squares of each colour represents each factor level, with the respective label inside (sorry for the crap English). # Something like this: kk=data.frame(fact=letters[1:10], freq=c(5,1,10,2,10,7,5,10,30,20)) # factor and respective frequecies res="a" #
2008 Feb 25
4
New version of X11, png and jpeg
R-devel has new versions of the X11(), png() and jpeg() devices on Unix-alikes. The intention is that these are used identically to the previous versions (which remain available) but will produce higher-quality output with more features. Pros: Antialiasing of text and lines (can be turned off) but no blurring of fills. Buffering of the X11 display and fast repainting from a backing image.
2003 Oct 09
1
polygon border
Hello, Does anyone know how a function to find automaticly the border (polygon) of a cloud of points? It is for a PCA kind of analysis, where I wanted to present as the limits for each group, instead of all points... thank you in advance Marta
2002 Apr 02
1
R-geostatistica
>Hello, > >I have two questions: >1. Does anyone knows geostatiscal modules for R (besides Ribeiro's), in particular that does co-kriging? > >2. Does anyone knows of any workshops, courses, etc... about R in the world? >I saw the web, and there is nothing now... posted in the web! > >Thank you very much >Marta
2004 Sep 08
1
plot.dendrogram
Dear R-users, I would like to change the labels size and format in the node ends of a dendrogram, how can I do it? How can I use different symbols/colors in each node ends ? I manage to do it with plot.cluster, but heat map uses plot.dendrogram. Can anyone help me please? thank you Marta [[alternative HTML version deleted]]
2009 May 12
1
how often we use the libraries/packages in R
Dear list members, I am trying to make a clean up on my computer (windows problems, off course), and I wanted to remove some libraries that I have installed in R, which have been hardly used. Is there any way to see how often each library is used by us? I have many that I am not sure... because they can be used with other packages, etc. Thank you very much in advance, Best wishes, Marta
2013 Apr 16
1
Change the default resolution for plotting figures?
Hi, I want to save a plot in the windows device as png and the default resolution is 72dpi. Is it possible to increase the default resolution to for example 300 dpi? I have thought of using function png(..., res=300), but the problem is that the figure produced this way looks different than the one shown in the windows device. One notable difference is the missing of some ticks in the x
2010 Aug 20
7
which one give clear picture-pdf, jpg or tiff?
Hi, I need some opinion.  I would like to use graph that I generate from R code and save it into word document.  Which format is better? pdf, jpeg or tiff? Thank you. [[alternative HTML version deleted]]
2002 Dec 05
2
crimson editor
Hello, Sorry about the last email, I just found the shortcutkey for sending, by mistake :-( OK. I am a windows user and I wanted to instal emacs. However, went to speak with the information staf on the institut and they told me that that is a bit problematic sometimes, and that there is a free soft that could do a very similar job which is crimson... This is like a note pad, but highlights the