similar to: using GDD fonts

Displaying 20 results from an estimated 200 matches similar to: "using GDD fonts"

2006 Jun 04
1
Problems using lwd in GDD
hi I'm using the GDD package (in a 64bits fedora machine using R 2.3.0) to save in a png file some plots and i noticed that changing the lwd parameter does not change my line width I tried the same script in a Windows based R (2.2.1 r36812), using no GDD, and it worked. Does anybody has a clue? My testing script is something dumb like this: library(GDD) GDD("pres24.png",
2006 Dec 25
0
No fonts in graphics using GDD
I have problem to have fonts in graphics using GDD. R version: R 2.2.1 (2005-12-20). GDD version: GDD_0.1-8.tar.gz Platform: Linux 2.6.17-gentoo-r8 #2 SMP Sat Nov 4 21:16:47 EST 2006 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux I have configured the basefont.mapping file accordingly to the path of the font on my computer: base.norm:/usr/share/fonts/corefonts/arial.ttf
2007 Nov 20
0
Problems with fonts on linux using GDD
Hi Apologies for this question. I have read the help for GDD and font mapping, and it tells me that the config file, /usr/lib/R/library/GDD/fonts/basefont.mapping is responsible for mapping fonts to the GDD library. However: > .GDD.font() [1] "/usr/X11R6/lib/X11/fonts/Type1/l048013t.afm" [2] "/usr/X11R6/lib/X11/fonts/Type1/l048016t.afm" [3]
2006 Jun 25
0
Fighting with GDD & lwd
I succeeded in compiling and installing the GDD package under my FreeBSD 6.1 box after eliminating ifdef DEBUG ? ?PKG_CFLAGS+=-DJGD_DEBUG endif in Makevars.in Now, with the following code .............................................. grafico1<- function() { plot(1:length(tabella[,1]),tabella[,2],ylim=c(Ymin,Ymax),type="h",
2008 Jan 11
0
cairo and rapache [was: Weird errors on MAC OS X Leopard when using Cairo/GDD through Rserve]
Charles, Greg, the problem is that Apple's FreeType on Leopard uses CF calls (albeit just to get files), so it breaks on fork. (The message is moot, because the whole point of using fork is to *not* use exec). In any case the solution is to compile your own version of freetype, fontconfig and cairo without any CF or Carbon API. Fortunately most recent versions of FreeType will do so
2006 Nov 03
1
R CMD BATCH: unable to start device PNG
And on that note, here is a function that I use to get around it: -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Jeffrey Horner Sent: Friday, November 03, 2006 10:01 AM To: ryszard.czerminski at novartis.com Cc: r-help at stat.math.ethz.ch Subject: Re: [R] R CMD BATCH: unable to start device PNG ryszard.czerminski
2007 Nov 22
1
Package specific dependencies...
Hi, I noticed recently when installing the GDD package for R under GNU/Linux that it required the gd library (http://libgd.org/) for generating graphics. The resolution of this was to simply install the library on my system, and then GDD successfully installed without any complaints. However, the variant of GNU/Linux that I use is Gentoo, so I filed a bug requesting that a USE flag be set for
2012 Oct 28
1
Best fitted curve
Hi I have trouble making a best fitted curve for a xy-plot. My data consist of two groups with four repititions for each x-value. plot(weight~gdd,data=weight,pch=as.numeric(species)) <http://r.789695.n4.nabble.com/file/n4647692/Weight.jpeg> Can you help? Cecilie -- View this message in context: http://r.789695.n4.nabble.com/Best-fitted-curve-tp4647692.html Sent from the R help
2014 Sep 19
1
Pointer ownership with GECreateDevDesc/GEDestroyDevDesc
According to the "R Internals" document, for a custom device, I should create a pDevDesc structure that gets passed to GECreateDevDesc. ..elided... pDevDesc dev; /* Allocate and initialize the device driver data */ if (!(dev = (pDevDesc) calloc(1, sizeof(DevDesc)))) return 0; /* or error() */ /* set up device driver or free ?dev? and error() */ gdd = GEcreateDevDesc(dev);
2007 Nov 15
3
Graphics device storable in a variable
I'm using R embedded in PostgreSQL (via PL/R), and would like to use it to create images. It works fine, except that I have to create every image in a file (owned by and only readable by the PostgreSQL server), and then use PostgreSQL to read from that file and return it to the client. It would be much nicer if I could plot images into an R variable (for instance, a matrix), and return that
2012 Mar 19
3
Issue with asin()
Hello everyone, I am working for a few days already on a basic algorithm, very common in applied agronomy, that aims to determine the degree-days necessary for a given individual to reach a given growth stade. The algorithm (and context) is explained here: http://www.oardc.ohio-state.edu/gdd/glossary.htm , and so I implemented my function in R as follows: DD <- function(Tmin, Tmax, Tseuil,
2006 Aug 10
2
graphic output file format
I would like to save graphics I produce in jpeg or gif formats. The GDD package sounds like it should let me to do this, but I cannot get it to install (error: Can't find gd.h!). Anyone know what's up? Thnx, C
2005 Dec 23
1
how to specify dev.print target by a variable?
I want to do the following: DEVw=500 DEVh=350 fname="my_plot" dev.print(file=fname, device=FOO, width=DEVw, height=DEVh, bg="transparent") How do I do this such that I can specify FOO to be one of several choices? (GDD, PNG, postscript, etc.) If I make FOO a character variable, then "dev.print" complains. I tried a simpled "substitute" but
2006 Dec 26
1
Colored Dendrogram
Hi all, I am a real novice to R. :) I am struggling with a problem for generating colored dendrogram. I have searched the R list and complied/collected a R code which can generated a colored dendrogram based on the rainbow color and 4x4 similarity matrix (say matrix:m). In this dendrogram, each leaf is colored differently. But, I do not want the leaf colored on a random basis. I want to assign
2010 Apr 09
0
possible bug in tools:::getRemotePkgDepends ?
Executive summary: getRemotePkgDepends seems to use the wrong default string to (try to) download the CRAN package information. ======================== Someone asked me about the behavior of tools::pkgDepends() , and in investigating I discovered the following: ## tools:::getRemotePkgDepends ## undebug(tools:::getRemotePkgDepends) tools::pkgDepends("GDD") ## Error in
2005 Sep 01
1
controlling where *.Rout gets printed. Possible?
OK, my journey to make lab machines automagically install & update all desirable R packages is nearing an end! The only question I have now is this: How can I control where the system prints the *.Rout file that is created automatically when the R batch program runs. In "man R" I don't find any information about it. When the cron job runs "R_installAll.sh" (see
2006 Mar 23
4
Create graphs from text console
Hi I am using R 2.2.1 under Linux (SuSE 10) and would like to know if it is possible to create graphs, i.e. jpeg(filename=fn) try( coplot( mor$I_Morisita ~ mor$Year | mor$RunStr, show.given=FALSE) ) dev.off() from a text console? It gives me an error message on the jpeg() command: Error in X11(..snip..) unable to start device jpeg In addition: warning message: unable to open connection to
2005 Nov 21
3
PNG-import into R
Hi there I'm looking for a function to read PNG-bitmap-images from a file into R. I only found: - the pixmap-package which cannot import png or similar formats - the rimage-package which can only import lossy jpeg-images (the convertion from png to jpeg modifies the data!) Is there any possibility to read PNG-files? Thanks for any help Dominic Sydler
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.
2010 Mar 10
0
R Graphic output files on Solaris 5.10
Hello Folks, I have a need to generate Graphic output files (gif, jpeg, pdf, etc..) on a Solaris Environment, however this environment does not have X11 setup and setting up X11 would be a last resort if required. I have attempted to install GDD and Cairo without success up to this point. Is there a simple way to do this that does not require X11, GDD or Cairo? $ uname -a SunOS icsun7 5.10