Displaying 4 results from an estimated 4 matches for "area2spol".
2009 Aug 30
1
Trying to rename spatial pts data frame slot that isn't a slot()
...nts data frame and exported to qGIS for manipulations. At this point the ID names were lost. I brought the manipulated shapefiles back into qGIS, but can't figure out how to rename the individuals.
#Calculate MCP and save as a shapefile
my.mcp<-mcp(xy, id=id, percent=100)
spol<-area2spol(my.mcp)
spdf <- SpatialPolygonsDataFrame(spol, data=data.frame
+(getSpPPolygonsLabptSlots(spol),
+row.names=getSpPPolygonsIDSlots(spol)), match.ID = TRUE)
writeOGR(spdf,dsn=mcp.dir,layer="All Mantas MCP", driver="ESRI
+Shapefile")
#Read shapef...
2006 Feb 23
0
adehabitat version 1.4
...for each relocation. This
class is to be
prefered to the class "traj". The class "traj" is now deprecated.
Note that the data set "puechcirc" is now of the class ltraj.
- The functions making the interface with the package "sp" have been
updated: 'area2spol'
converts an object of class 'area' into an object of class
'SpatialPolygons'. 'spol2area' converts
an object of class 'SpatialPolygons' or 'SpatialPolygonsDataFrame'
into an object of class 'area'.
'attpol2area' gets the data a...
2006 Feb 23
0
adehabitat version 1.4
...for each relocation. This
class is to be
prefered to the class "traj". The class "traj" is now deprecated.
Note that the data set "puechcirc" is now of the class ltraj.
- The functions making the interface with the package "sp" have been
updated: 'area2spol'
converts an object of class 'area' into an object of class
'SpatialPolygons'. 'spol2area' converts
an object of class 'SpatialPolygons' or 'SpatialPolygonsDataFrame'
into an object of class 'area'.
'attpol2area' gets the data a...
2009 Sep 01
1
Logistic Politomic Regression in R
...nts data frame and exported to qGIS for manipulations. At this point the ID names were lost. I brought the manipulated shapefiles back into qGIS, but can't figure out how to rename the individuals.
#Calculate MCP and save as a shapefile
my.mcp<-mcp(xy, id=id, percent=100)
spol<-area2spol(my.mcp)
spdf <- SpatialPolygonsDataFrame(spol, data=data.frame
+(getSpPPolygonsLabptSlots(spol),
+row.names=getSpPPolygonsIDSlots(spol)), match.ID = TRUE)
writeOGR(spdf,dsn=mcp.dir,layer="All Mantas MCP", driver="ESRI
+Shapefile")
#Read shapef...