similar to: new R-wiki page: display image files

Displaying 20 results from an estimated 10000 matches similar to: "new R-wiki page: display image files"

2009 Jun 12
1
package Rgraphviz or similar
Hello R users I am looking for a package to visualize "relatively planar" directed graphs, with say 100 nodes and specified using an adjacency list. 'Rgraphviz', currently listed on the R-FAQ, seemed suitable (FAQ version 2.9.2009-06-05) But when I looked for the package, I found it had been recently "removed" and was instead directed to archive copies
2012 Mar 26
0
Pareto frontier plots in three dimensions
Hello all This is my first posting for some years. I am back using R again and must say I do like the language (regarding scripting, I also use matlab, perl, and bash). My question involves plotting a Pareto frontier in three dimensions. This is strictly a exercise in visualization, I make no attempt to extract the Pareto set (aka dominating subset) first. EXAMPLE PLOTS For some example
2009 Jun 15
1
display SVG, PNG, GIF, JPEG, TIFF, PPM in new plot frame
Dear R-help I want to display an image file in a new plot frame. SVG is my preferred format, but I can also consider PNG, GIF, JPEG, TIFF, and PPM (from ImageMagick). By way of background (although not material to this posting), the image file is generated by a call to 'dot' (part of the 'Graphviz' suite) after the required .dot file has been produced using hand-crafted R code.
2009 Jun 04
0
documentation / An Intro to R / list manipulation
Hello R users http://cran.r-project.org/doc/manuals/R-intro.html An Introduction to R 6.2 Constructing and modifying lists After a short but successful struggle with nested associative arrays (using named lists), I think the following documentation change might be beneficial. The existing description and example (see below) implies that the given statement would transfer the component
2006 Jun 18
0
R Wiki - official launch!
Hello all, We are pleased to announce the official launch of the R Wiki at http://wiki.r-project.org. Although there are already many sources of R documentation, this R Wiki is a complementary tool, in the sense that "users become R documentation authors", a little bit like "users become developers" for R code.
2009 May 11
0
Partial correlation function required
---------- Forwarded message ---------- From: <r-help-bounces@r-project.org> Date: Mon, May 11, 2009 at 10:24 PM Subject: The results of your email commands To: das.moumita.online@gmail.com The results of your email command are provided below. Attached is your original message. - Results: Ignoring non-text/plain MIME parts - Unprocessed: What is the function for partial
2008 Jan 05
1
Ecological Detective worked solutions [R-wiki]
Hi, I've added several pages of worked solutions for the book Ecological Detective by Hilborn and Mangel to the R-wiki. My hope is that this will be of use to others working through this book without access to a local expert. I am certainly not an expert, local or otherwise. I have posted solutions for chapters 3-6, which includes some really horrible direct translations of the pseudocode
2006 Jan 18
0
R Wiki and R-sig-wikii
Hello all, This is to announce the creation of R-sig-wiki, a new R SIG (Special Interest Group) mailing list dedicated to the elaboration and maintenance of a R Wiki. You can subscribe at: https://stat.ethz.ch/mailman/listinfo/r-sig-wiki. There is currently a prototype for a new R Wiki at http://www.sciviews.org/_rgui/wiki (temporary address). The main idea is to offer a site where users
2010 Oct 19
1
could not find function "hmatplot"
I need a picture like this: http://rwiki.sciviews.org/doku.php?id=graph_gallery:graph38 http://rwiki.sciviews.org/doku.php?id=graph_gallery:graph38 but when I try compile it require("hexbin") data(NHANES)# pretty large data set! good <- !(is.na(NHANES$Albumin) | is.na(NHANES$Transferin)) NH.vars <- NHANES[good,
2010 Mar 08
1
application to mentor syrfr package development for Google Summer of Code 2010
Per http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010 -- and http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010:syrfr -- I am applying to mentor the "Symbolic Regression for R" (syrfr) package for the Google Summer of Code 2010. I propose the following test which an applicant would have to pass in order to qualify for the topic: 1. Describe each of the
2009 Feb 12
2
Problem with lmer and wiki example
I am trying to duplicate the example by Spencer Graves in the wiki, using lmer with the Nozzle data. http://wiki.r-project.org/rwiki/doku.php?id=guides:lmer-tests However the Chisq value and the fitAB values that are calculated are different compared to those in the example. I also get a warning message when I attempt the fitAB. Does anyone have any guidance as to why this might happen and how
2010 Apr 26
0
New rwiki page for "large scale data"
Dear list, There is a new rwiki (http://rwiki.sciviews.org) section for 'large scale data' at http://rwiki.sciviews.org/doku.php?id=large_scale_data. This is a massive topic of interest to many. I could use some help filling in the content so that this can develop into a powerful resource for the r-community. I hope you like it, and I hope you are willing to help make it better.
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes: > > Since the virtue and reliability of Wikis was brought up, I created a R > Wiki page for this at > http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs > > > Anyone: please correct errors and improve it! > > Tony Plate > OK, now I have another question: I see a wiki at
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes: > > Since the virtue and reliability of Wikis was brought up, I created a R > Wiki page for this at > http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs > > > Anyone: please correct errors and improve it! > > Tony Plate > OK, now I have another question: I see a wiki at
2013 Jun 12
0
Importar datos Statgraphics.
Hola, A lo mejor la solución pasa por ver si Statgraphics puede exportar su fichero a otro formato de cualquiera de los que R sí que puede leer. No sé si además del fichero, tienes acceso a Statgraphics.... Saludos, Carlos Ortega www.qualityexcellence.es El 12 de junio de 2013 13:26, Roberto <rv.tec@zoho.com> escribió: > Hola, es la primera lista en la que participo, espero no meter
2012 Dec 04
0
Speeding up R (was Using multicores in R)
For info, I put a little study I did about the byte code compiler and other speedup approaches (but not multicore) on the Rwiki at http://rwiki.sciviews.org/doku.php?id=tips:rqcasestudy which looks at a specific problem, so may not be relevant to everyone. However, one of my reasons for doing it was to document the "how to" a little. JN > > 2. Have you tried the
2010 Mar 26
0
New package: equate
The 'equate' package, designed for statistical equating (non-IRT) of test score distributions, is available on CRAN: http://cran.r-project.org/package=equate The package was developed for both research and teaching purposes, and will hopefully be useful for both. A vignette introduces the basic concepts and terminology of traditional equating, and demonstrates the functionality of the
2010 Mar 26
0
New package: equate
The 'equate' package, designed for statistical equating (non-IRT) of test score distributions, is available on CRAN: http://cran.r-project.org/package=equate The package was developed for both research and teaching purposes, and will hopefully be useful for both. A vignette introduces the basic concepts and terminology of traditional equating, and demonstrates the functionality of the
2013 Jan 30
0
texture mapping images on the faces of a cuboid with rgl
Hi, I am interested in mapping 6 different images on the faces of a cube. I found the full code for doing this here : http://rwiki.sciviews.org/doku.php?id=graph_gallery:cube But I am unable to adapt the code for my purpose. I would appreciate it if I could get some help on the following points : 1. My images are jpeg images with dimensions of 1936*2584*3. Must I seperately process the grey and
2009 Jul 24
2
String manipulations
Hi, I am looking for a reference page that gives me a complete list of R string manipulation operations. At this moment, I am looking for something like basename and dirname. The following webpage doesn't give me any information. Can somebody point me a better resource? http://wiki.r-project.org/rwiki/doku.php?id=rdoc:base:basename Regards, Peng