Displaying 6 results from an estimated 6 matches for "pstoimg".
Did you mean:
postimg
2004 Jun 29
2
Several PCA questions...
...ctly named) pointing in
more or less the same direction (as shown by the variance). I then did the
following...
postscript(file="test.ps",paper="a4")
biplot(pc)
dev.off()
However, looking at test.ps shows that the arrows are missing (using
ggv)... Hmmm, they come back when I pstoimg then xv... never mind.
Finally, I would like to make a contour plot of the above biplot, is this
possible? (or even a good way to present the data?
Thanks very much for any feedback,
Dan.
1999 Aug 19
2
OT: PSTOWMF
Hallo,
I've produced via R-0.62 several Life-tables 50*6 (mfrow=c(2,3))
as postscriptgraphs. The phd student, who asked for this, use word for
windows--therefore i converted the whole stuff with pstoimg to gifs.
Unlikly the result is not sufficient (I was told)...
Is there a tool to convert ps to wmf/emf ? I looked for it but haven't
found anything...
Thanks for an answer
Peter
*********************** Life is hard and then you die ********************
P.Malewski Tel.: 0531 500965
Maschp...
2008 Nov 20
1
pdf device: rasterize portions of the plot to reduce file size
Dear list,
My favorite output format is usually pdf. I can include the graphics
in pdflatex documents and benefit from the scalable nature of vector
graphic formats.
However, I recently had to generate high-res 2D levelplot graphics as
in the example below,
N <- 100
# N <- 1000 # slow to diplay
xy <- expand.grid(x=seq(0, 10, length=N), y=seq(0, 10, length=N))
xy <- within(xy,
2016 Aug 11
0
script to make webpage snapshot
...> This involves a person sitting with open web browser and clicking mouse. I
> need to do it for a few webpages once a day, as they change daily. I
> prefer to once spend time on making cron job, and forget about it forever.
> Hence I need it done from command line.
html2ps followed by pstoimg and/or imagemagick to create a graphic from the postscript.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2004 Nov 30
1
bitmap (blank image) plot rendering without X11
...idth=6,res=72)
> pie(c(12,5))
> dev2bitmap(file="plot.png", type = "png256", height = 6, width =
6,res=72)
I end up with "plot.png" as a nonzero png file, but it is always
blank... I have gs 6.51 installed & R_GSCMD=/usr/bin/gs set.
generating Rplot.ps; pstoimg -antialias (or pstopnm) would also be an
acceptable solution if I knew how to control the size of the generated
image, or if the ps generated by R was consistently compatible with
pstopnm. (ps2ps causes me to lose parts of the image)..
So I am asking know-alls of R... if they know of a soluti...
2016 Aug 11
3
script to make webpage snapshot
On Thu, August 11, 2016 5:13 pm, Dave Stevens wrote:
> Quoting Valeri Galtsev <galtsev at kicp.uchicago.edu>:
>
>>
>> On Thu, August 11, 2016 5:02 pm, John R Pierce wrote:
>>> On 8/11/2016 1:46 PM, Valeri Galtsev wrote:
>>>> Could someone recommend a script or utility one can run from command
line
>>>> on Linux or UNIX machine to make a