search for: addlogo

Displaying 8 results from an estimated 8 matches for "addlogo".

2007 Jan 20
3
Insert R logo
Dear all R users, I want to insert the R logo in every graphic that I made in my Statistical analysis using R. Can anyone tell me whether is it possible or not and if possible how to do this? your help will be highly appreciated. Thanks and Regards, Arun [[alternative HTML version deleted]]
2009 Dec 03
2
adding bmp/jpg/gif to an existing plot
Hi, all. I searched a lot at mailing list, installed EBImage and gtk packages, but I couldn't make this simple work: How to add a image file (jpg or bmp ou gif) to an existing plot window (not plot over the image), like the code below (pseudo function add.image): plot(1:10,1:10,main="test") image = read.X("myimage.jpg") add.image(image, x.left=2, y.bottom=4,
2009 Mar 10
1
North Arrow (.png file) on a Map
Hi list. I would like to know how do I insert a North arrow, stored as a png file in my computer, in a map? I found lots of post asking similar things, one of them mentioned the pixmap package. The map was done using map() and shapefiles (the code is below). I’m using the pixmap () and addlogo() functions. Well I can import the png with pixmap() function (I guess, once there’s no error message), but I can’t put It on the map, I got an error message telling me that: “Error at t(x@index[nrow(x@index):1, , drop = FALSE]) : index out of limits” Well I tried changing coordinates b...
2003 Sep 18
2
Place a graphic into an R-plot
I have a graphic image in a file (say a *.jpeg or *.png file) and want to put it into a plot. I have segmented the plot area by means of the layout function and successfully plotted my data in the appropriate segments. I cannot find how to put my graphic image onto the same plot. Searching the archives has shed little light on my challenge. Many thanks in anticipation. Gordon > version
2005 Mar 20
2
Using locator() to digitise
...nd on the R site the suggestion to use the 'pixmap' package. I've tried this, and it works; but it involves building a big R object (the internal pixmap representation), and this chokes my somewhat puny laptop (e.g. it can take about 1 minute to draw the graphic inside a plot area using addlogo(), with mucho swappo, and subsequently working knee-deep in treacle). The following idea would be a lot slicker. For examples: I have something like a) A scatterplot of data printed in a journal (but the data values are not available; b) A contour map (on paper) of a region. So, I can scan t...
2004 Aug 20
1
Position of corporate logo beneath diagram
Hi, I'd like to position our corporate logo (gif) beneath a graph. Is there a function to position images? Thanks, Helga Neidlinger-- Helga Neidlinger Zentrales Knochenmarkspender-Register Assistenz Gesch??ftsf??hrung fuer die Bundesrepublik Deutschland ZKRD gGmbH, Postfach 4244, 89032 Ulm Tel.: (0731) 1507-12
2005 Aug 23
3
Plotting using image files
This is a strange request, but I want to build a scatterplot using different image files (jpegs, gif, etc.) as the plot symbols. I have thought about setting this up using a very large layout matrix, but I thought someone might have a better approach. Furthermore, is there any way to have R paste an image file into a specific coordinate within a scatterplot? Thanks in advance, Mike Mike
2005 Mar 21
1
Sv: Using locator() to digitise
...nd on the R site the suggestion to use the 'pixmap' package. I've tried this, and it works; but it involves building a big R object (the internal pixmap representation), and this chokes my somewhat puny laptop (e.g. it can take about 1 minute to draw the graphic inside a plot area using addlogo(), with mucho swappo, and subsequently working knee-deep in treacle). The following idea would be a lot slicker. For examples: I have something like a) A scatterplot of data printed in a journal (but the data values are not available; b) A contour map (on paper) of a region. So, I can scan t...