similar to: Antw: How to extract the upper xlim and ylim of my plot?

Displaying 9 results from an estimated 9 matches similar to: "Antw: How to extract the upper xlim and ylim of my plot?"

2009 Dec 12
1
Antw: Export R output to Word/RTF?
I am using SWord from statconn: http://rcom.univie.ac.at/download.html It allows you to put r-commands into Word (similar to odfWeave). Output is directed to Word including figures and tables. It is still a beta-version but works fine. Frank Bloos >>> Wenjie Lee <wenjieleemaillist@gmail.com> 12.12.2009 00:28 >>> Hi R Experts, I'm aware of pdf(), jpeg(),...
2010 Jan 06
0
Antw: Code flowchart generator for R ?
You may want to look into RAnalyticFlow: http://www.ef-prime.com/products/ranalyticflow_en/index.html Regards, Frank ******************************************************** Dr.med. F. Bloos, Ph.D./U.W.O. Oberarzt Klinik f. Anästhesiologie und Intensivtherapie Klinikum der Friedrich-Schiller-Universität Jena Erlanger Allee 101 07747 Jena GERMANY Tel: +49 - 3641-932 32 83; Fax: +49 -
2010 Mar 03
1
: Three most useful R package
ad 1) ggplot2, Hmisc, RODBC ad 2) A package to produce high quality tables with summary statistics for publications in scientific journals. Regards, Frank >>> Ralf B <ralf.bierig@gmail.com> 02.03.2010 21:13 >>> Hi R-fans, I would like put out a question to all R users on this list and hope it will create some feedback and discussion. 1) What are your 3 most useful R
2010 Mar 17
0
Antw: odfWeave Error
Hi, I am using 7-zip for unzipping (http://www.7-zip.org/). Then odfWeaveControl needs to be set to odfWeaveControl(zipCmd=c("c:/programme/7-zip/7z a -tzip $$file$$","c:/programme/7-zip/7z x $$file$$ -aoa")) -> control where 'c:/programme/7-zip/' is the path to my 7-zip installation. You can then use control to set the control-parameter in odfWeave. Frank
2009 Jun 29
5
Help
Hi group, I found a module for adaptive kernel density estimation for Stata users, but unfortunetly I don't have access to Stata, can I find a similar approach using R? Thank u so much 4 ur time. [[alternative HTML version deleted]]
2013 Apr 08
0
[LLVMdev] Inaccurate comment in LLParser: "align 2" is a synonym for "alignstack 2"?
The following comment: 00881 // As a hack, we allow "align 2" on functions as a synonym for "alignstack 00882 // 2". in "lib/AsmParser/LLParser.cpp" appears inaccurate, the "alignment" is later parsed as the alignment of the function itself, both when directly placed on the function: 02975 // If the alignment was parsed as an attribute, move
2009 Jul 21
2
animated grid graphics
I need to make a fairly complex animated graphic and decided to use grid for it. A very simple example of what I need: ##============================================================================== library(grid) grid.newpage() pushViewport(plotViewport()) pushViewport(viewport(xscale = extendrange(c(0, 100)), yscale = extendrange(c(0, 100)))) grid.xaxis() grid.yaxis()
2009 Jul 21
3
how to use a list to create a plot
I issued the following command to obtain the std dev for each month. psd<-numSummary(Sal, groups=month, statistics=c("sd")) which resulted in > psd sd n NA 1 6.930340 9367 2319 2 7.847003 10827 1008 3 5.962308 12988 404 4
2009 Jul 21
1
problem installing cairo on freebsd
G'day all, I am trying to install the cairo package on FreeBSD and receiving an error to do with Makevars - (I'm not very good at this stuff) so here is my various bits of information. I guess this is a problem with a missing library, but I have just been through a lot of grief trying to get png and jpeg to work (they do now work!), so I'm not sure where to go for this. R