| bio | website | danganothererror.wordpress.co… |
|---|---|---|
| location | Ljubljana, Slovenia | |
| age | 29 | |
| visits | member for | 2 years, 4 months |
| seen | 2 hours ago | |
| stats | profile views | 59 |
I'm a biologist, mostly working in theoretical aspects of animal populations as well as solving 1001 other little problems. I spend my days in the coding dungeon and my tool of trade is R. I find it very useful for running simulations, doing data manipulation, statistics and shooting oneself in the foot (fortunes() pun intended). I am no stranger to field biology, where I mostly work with plants, butterflies and hoverflies.
I am also a PhD candidate in biostatistics at University of Ljubljana. I work with capture-mark recapture techniques and I fancy simulations, among others.
http://niphargus.info
http://metulji.biologija.org
http://danganothererror.wordpress.com
|
14h |
comment |
how to overlay a polygon over SpatialPointsDataFrame and preserving the SPDF data? Great, this also works for multiple polygons (I've added an example to play with into Joshua's answer). |
|
14h |
suggested | suggested edit on how to overlay a polygon over SpatialPointsDataFrame and preserving the SPDF data? |
|
15h |
accepted | how to overlay a polygon over SpatialPointsDataFrame and preserving the SPDF data? |
|
1d |
asked | how to overlay a polygon over SpatialPointsDataFrame and preserving the SPDF data? |
|
May 13 |
comment |
How to extract values from rasters at location of points in R? What about something along the lines of cbind(coordinates(presencias), variables_presencia)? You can then convert to SPDF using coordinates(result) <- ~ X + Y and you can use the plethora of methods designed for spatial objects again. |
|
May 13 |
comment |
How to extract values from rasters at location of points in R? Shouldn't the values correspond to the coordinates of your presencias? |
|
Mar 30 |
awarded | Citizen Patrol |
|
Dec 20 |
awarded | Autobiographer |
|
Oct 29 |
awarded | Notable Question |
|
Feb 13 |
awarded | Popular Question |
|
Jan 27 |
comment |
How to get the second nearest neighbor between two point patterns in R? Would nndist and nnwhich also be up for this task? Just noticed these two functions on the r-sig-geo list today... |
|
Oct 24 |
awarded | Commentator |
|
Oct 24 |
comment |
How do I randomly alter a raster map of habitat types? Have you looked at the raster package yet? It's got a lot of tools to work with raster (noo, rly?) data. |
|
Oct 7 |
comment |
relationship between sp package in R; mapwindow; ArcGIS/Quantum GIS Have you considered SAGA-GIS? It hooks up to R pretty easily. |
|
Sep 21 |
comment |
Problems with NA values when reading .DEM file with R 'raster' package in Windows I got different results in different versions of raster (see my comments above) so I'm not totally convinced it's GDAL per se. |
|
Sep 21 |
comment |
Problems with NA values when reading .DEM file with R 'raster' package in Windows Loaded GDAL runtime: GDAL 1.7.2, released 2010/04/23 |
|
Sep 21 |
comment |
Problems with NA values when reading .DEM file with R 'raster' package in Windows I got different values on raster_1.8-12 (but identical to yours on 1.9-12) on winXP. |
|
Sep 21 |
comment |
Problems with NA values when reading .DEM file with R 'raster' package in Windows Can you include your sessionInfo() in your post? |
|
Feb 14 |
revised |
find the centroid of a cluster of points added 288 characters in body; added 2 characters in body; added 3 characters in body |
|
Feb 10 |
comment |
find the centroid of a cluster of points Too bad I didn't save the random seed generator number... |