Skip to content
Back to formatted view

Raw Message

Message-ID: <CAPU4_4piYEai_La9pJH84=90hhO=pV_-bQTPXmRczeC+fJeBHA@mail.gmail.com>
Date: 2016-04-03T13:53:00Z
From: Karla Shikev
Subject: generating object with multiple polygons

Dear all,

This might be a newbie question, so I'd appreciate your patience with this.

I'm obtaining climatic data from worldclim and generating polygons based on
different climatic limits:

library(raster)
xx<-getData('worldclim', var='bio', res=10)$bio1
slice1 <- rasterToPolygons(xx, fun = function(x) {x > 200 & x < 260})
slice2 <- rasterToPolygons(xx, fun = function(x) {x > 250 & x < 300})

Now, I'd like to combine "slice1" and "slice2" into the same
"SpatialPolygonsDataFrame" object, but I do not want to merge them.

Any help will be greatly appreciated.

Karla

	[[alternative HTML version deleted]]