Displaying 20 results from an estimated 22 matches for "devga".
Did you mean:
dev_a
2003 Sep 12
1
win.metafile, devga, tkrplot in R 1.8.0
...bs/tkrplot.dll":
this library or a dependent library could not be found in library path.
When I loaded the dll manually with dyn.load (successfully), I
then found that win.metafile (used by the tkrplot function)
failed:
win.metafile()
Error in win.metafile() : 10 arguments passed to "devga" which requires 13.
More info on devga, see:
R-1.8.0/src/gnuwin32/devga.c
R-1.8.0/src/gnuwin32/dodevga.c
R-1.8.0/src/gnuwin32/devga.h
Regards,
James
> version
_
platform i386-pc-mingw32
arch i386
os mingw3...
2004 Jun 23
2
help with win.print
...time and then works fine when I put the printer name in however using the following code I get the error below. Does the printer need to be locally installed or can it print to a network printer like I am trying to?
win.print(width=8, height=10.5,printer="\\LBPS\LBMARK_4200")
Error in devga(paste("win.print:", printer, sep = ""), width, height, :
unable to start device devga
> Thanks,
> Tom Joy
>
[[alternative HTML version deleted]]
2004 Dec 20
3
Memory problem with jpeg() and wide jpegs
Hi
I have been creating very, very long jpeg images for the last two weeks
using jpeg(). All of a sudden, and I mean that, it's stopped working -
I've not changed a thing! The error message I get is:
> jpeg("out.jpg",width=50000,height=480, quality=100)
Error in devga(paste("jpeg:", quality, ":", filename, sep = ""), width,
:
unable to start device devga
In addition: Warning message:
Unable to allocate bitmap
I have plenty of disk space in the place I want to create the jpeg, and
if I reduce it from "width=50000&quo...
2003 Nov 12
1
trouble in setting jpeg a large size
I met a trouble in setting jpeg a large size. for example, when i use
jpeg(height=65526), a problem "Error in devga(paste("jpeg:", quality, ":", filename, sep = ""), width, :
unable to start device devga In addition: Warning message: Unable to allocate bitmap" occurs.
if a smaller size is set, no errors occur.
I'm using R 1.8.0 on win2k.
Thank you for your help!
Li...
2003 Oct 21
2
png() and/or jpeg(): line missing by using box(which="outer")
...lt;- rnorm(100)
par(mar=c(6,4,6,4), oma=c(1,1,1,1))
png("test1.png")
plot(test)
grid()
box(which="outer")
box(which="plot")
dev.off()
png("test2.png")
plot(test)
grid()
box(which="plot")
dev.off()
Incidentally, both functions are calling .Internal(devga(....)). I have not
encountered this problem with version R 1.7.1 (for which I used the binary
distribution on CRAN). Now, I have source compiled R 1.8.0. Although,
everything passed 'make check', I am wondering if it could be possible that
'devga.c' or any other necessary file for r...
2001 Jun 25
0
Dokumentation bug in src/include/Graphics.h (R-1.3.0) (PR#994)
...the old places for some code that is
now in the 'module' section:
* currently existing device drivers:
* FILE driver name prefix
* ---------------------- ------------------
* ../main/devPS.c PS _and_ XFig
* ../main/devPicTeX.c PicTeX
* ../unix/X11/devX11.c X11
* ../gnuwin32/devga.c GA
* ../unix/gnome/devGTK.c GTK
* ../unix/gnome/devGNOME.c Gnome
should read
* currently existing device drivers:
* FILE driver name prefix
* ---------------------- ------------------
* ../main/devPS.c PS _and_ XFig
* ../main/devPicTeX.c PicTeX
* ../modules/X11/devX11.c X11
* ....
2003 Jun 13
2
Layout of windows devices
Hi
Is there a way to specify the location on the screen where a new
graphics device opens, for example with a call to win.graph()?
I'm using R 1.7.0 on Windows XP.
Thank you.
Regards,
David
2009 May 29
1
png() error in recent R-devel on Windows
...9;res' must be specified unless 'units = \"px\"'")
height <- switch(units, `in` = res, cm = res/2.54, mm = res/25.4,
px = 1) * height
width <- switch(units, `in` = res, cm = res/2.54, mm = 1/25.4,
px = 1) * width
invisible(.External(Cdevga, paste("png:", filename, sep = ""),
width, height, pointsize, FALSE, 1L, NA_real_, NA_real_,
bg, 1, as.integer(res), NA_integer_, FALSE, .PSenv, NA,
restoreConsole, "", FALSE))
}
Note that the call to .External has 19 arguments, the last 2 o...
2000 Apr 26
2
Cross compiling a package for Windows on Linux
...arch/SearchEngine-foot.html >> html/search/SearchEngine.html)
cp -p ./r/*.html ../../../doc/html
echo done > fixr
cp -p bin/Rd2dvi.sh bin/Rd2txt.bat bin/Rdconv.bat bin/Rdindex.bat bin/Sd2Rd.bat bin/fwf2table bin/helpPRINT.bat ../../../bin
echo done > fixbin
cp -p etc/Rconsole etc/Rdevga etc/Rprofile etc/rgb.txt ../../../etc
echo done > fixetc
... (many lines deleted)
i386-mingw32-gcc -isystem /packages/R-X/i386-mingw32/include -O2 -Wall -pedantic -I../include -I../include/R_ext -DHAVE_CONFIG_H -c zeroin.c -o zeroin.o
i386-mingw32-g77 -O2 -Wall -pedantic -c blas.f -o bl...
2000 Jun 23
1
ess
i am using r 1.1.0 and ess 5.1.13
on win2k (with an amd k7).
things behave strangely.
i can start r with
M-x R
and i can give a command
the command will be executed and i will get the answer,
but i will not get a prompt for entering the next command in most cases.
when i do graphics command, things are even more surprising.
then i get a prompt,
but somtimes the graphics window cannot be brought
2000 Jun 26
1
using graphapp.h
Another question
"graphapp.h" in R1.1 defines number of plotting function. is there an
example of how to use them?
Thank.
---------------------------
Vadim Kutsyy
vadim at kutsyy.com
http://www.kutsyy.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2001 Apr 26
1
How to change Graphics fonts
Dear All,
I have found the reply ot the question, just as I was giving up.
How to change graphics fonts: go to r\rw1021\etc\
and edit devga, replacing the first font found with that which you want to
use, ie. TT Courier New
Benjamin Warr
Research Associate to Prof. Ayres,
Geostatistician, Environmental Scientist.
Postal Address:
Centre for the Management of Environmental Resources (CMER)
INSEAD
Boulevard de Constance,
77305 Fontai...
2003 May 06
1
pointsize - what is wrong?
Hello!
When I am trying to produce plot with text with pointsize 30 or
greater R sets up a default pointsize of 12 on plot.
I need to set up a large pointsize to make large jpeg or
png files (with good resolution).
I can write text on plot with pointsizes 18,20,22, but i cant
write text with pointsizes 25,26 and greater and i can not
understand - why? Is there are any restrictions in R? Or what?
2003 Oct 24
1
\mathcal symbols in R?
Hello,
Some time ago, I discovered the possibility of using mathematical
symbols for axis labels etc. In order ensure consistency between text
and graphics of some paper, I would like to include the calligraphic H
(obtained in LaTeX via \mathcal{H}) in several diagrams. Is there any
way to do so? Is it in general possible to use further mathematical
fonts like \mathbb and \mathbf in R?
Best
2000 Jun 26
1
using graphapp.h
Another question
"graphapp.h" in R1.1 defines number of plotting function. is there an
example of how to use them?
Thank.
---------------------------
Vadim Kutsyy
vadim at kutsyy.com
http://www.kutsyy.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
1999 Dec 11
1
Graphics ?
Hi,
In the Windows version of R 0.65.1 I'd like to copy the results of a plot to
the clipboard either as a bitmap or as a metafile. The same thing in fact as
does the menu "Copy to the clipboard" provides but from the command line. I
intend to use the DCOM server version of R to do plots, among other things
and copy the results to the clipboard and show these on a picture box in my
2000 May 12
2
Documentation of par(gamma) (PR#540)
The on-line documentation for par() refers to a 'gamma'
argument.
However, if 'par()' is invoked, there is no gamma argument.
--
Art Salwin
salwin@mitretek.org
(202) 863-2985
(202) 863-2988 (fax)
--please do not edit the information below--
Version:
platform = Windows
arch = x86
os = Win32
system = x86, Win32
status =
major = 1
minor = 0.0
year = 2000
month = February
2001 Nov 26
1
default symbol in plots changed in R-Devel for windows
I did some test on WinXP and of course one of these was compiling and
starting R (good "news": It works).
To my surprise the default plotting character changed from the well
known empty circle to a black *FILLED* circle in the windows and bitmap
devices, but not so on the postscript and pdf devices.
Taking a closer look to more symbols shows that some symbols changed
from filled to
2000 Sep 28
1
creating custom I/O for R
Dear R developers,
I am building an ActiveX Com wrapper for R. I have successfully implemented
an Evaluate function using rproxy_impl.c and rtest.c as examples. The Com
object as it stands at the moment is similar to Thomas Baier's automation
server StatConnectorSrv.exe except that it does not use the Proxy. My goal
it to include a couple of activeX controls in the library: One to provide a
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...NAMESPACE 2008-03-29 23:36:12.000000000 +0900
--- R/src/library/grDevices/NAMESPACE 2008-03-30 01:40:49.000000000 +0900
***************
*** 4,10 ****
if(tools:::.OStype() == "windows") {
useDynLib(grDevices, R_chull,
! PicTeX, PostScript, XFig, PDF,
Cdevga=devga, CsavePlot=savePlot,
Type1FontInUse, CIDFontInUse, R_GD_nullDevice)
} else {
--- 4,10 ----
if(tools:::.OStype() == "windows") {
useDynLib(grDevices, R_chull,
! PicTeX, PostScript, XFig, PDF, PDFAnnotBox, PDFTextBoxInfo,
Cdevga...