Re: [R] Filled vector contours

2014-08-25 Thread Jan Tosovsky
On 2014-08-25 David Winsemius wrote: > On 2014-08-24 Jan Tosovsky wrote: > > On 2014-08-24 Prof Brian Ripley wrote: > > > On 24/08/2014 08:51, Jan Tosovsky wrote: > > > > > > > > I am trying to create vector output (SVG) of filled contours. > > > > > > > > I've found two approaches so far: > > > >

Re: [R] Filled vector contours

2014-08-24 Thread David Winsemius
On Aug 24, 2014, at 1:30 PM, Jan Tosovsky wrote: > On 2014-08-24 Prof Brian Ripley wrote: >> On 24/08/2014 08:51, Jan Tosovsky wrote: >>> >>> I am trying to create vector output (SVG) of filled contours. >>> >>> I've found two approaches so far: >>> >>> (1) >>> library('lattice') >>> svg("D:/t

Re: [R] Filled vector contours

2014-08-24 Thread Jan Tosovsky
On 2014-08-24 Prof Brian Ripley wrote: > On 24/08/2014 08:51, Jan Tosovsky wrote: > > > > I am trying to create vector output (SVG) of filled contours. > > > > I've found two approaches so far: > > > > (1) > > library('lattice') > > svg("D:/test.svg") > > filled.contour(volcano) > > #levelplot(volc

Re: [R] Filled vector contours

2014-08-24 Thread Prof Brian Ripley
On 24/08/2014 08:51, Jan Tosovsky wrote: Dear All, I am trying to create vector output (SVG) of filled contours. I've found two approaches so far: (1) library('lattice') svg("D:/test.svg") filled.contour(volcano) #levelplot(volcano, panel=panel.levelplot.raster) # panel.levelplot.raster will m

[R] Filled vector contours

2014-08-24 Thread Jan Tosovsky
Dear All, I am trying to create vector output (SVG) of filled contours. I've found two approaches so far: (1) library('lattice') svg("D:/test.svg") filled.contour(volcano) #levelplot(volcano, panel=panel.levelplot.raster) # panel.levelplot.raster will make it raster dev.off() (2) library("rast