search for: mymcp

Displaying 2 results from an estimated 2 matches for "mymcp".

Did you mean: mycmp
2009 Aug 30
1
Trying to rename spatial pts data frame slot that isn't a slot()
...ialPolygonsDataFrame(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 shapefile manipulated in qGIS mymcp<-readOGR(dsn=mcp.dir,layer="All mantas MCP land differenc") My spatial points data frame has a number of "Slot"s, including one that contained the original names called Slot "ID". However, I can not access this slot using slot() or slotNames(). > slotNames(...
2009 Sep 01
1
Logistic Politomic Regression in R
...ialPolygonsDataFrame(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 shapefile manipulated in qGIS     mymcp<-readOGR(dsn=mcp.dir,layer="All mantas MCP land differenc") My spatial points data frame has a number of "Slot"s, including one that contained the original names called Slot "ID".  However, I can not access this slot using slot() or slotNames().  > slotNames(...