search for: r_point_in_polygon_sp

Displaying 1 result from an estimated 1 matches for "r_point_in_polygon_sp".

2006 Sep 01
1
core dump with point.in.polygon
...run on a 64-bit FreeBSD machine running R : Copyright 2006, The R Foundation for Statistical Computing Version 2.3.0 (2006-04-24) ISBN 3-900051-07-0 and keep getting a core dump with the following results: *** caught segfault *** address 0x0, cause 'unknown' Traceback: 1: .Call("R_point_in_polygon_sp", as.numeric(point.x), as.numeric(point.y), as.numeric(pol.x), as.numeric(pol.y), PACKAGE = "sp") 2: sp::point.in.polygon(point.x = stems$easting, point.y = stems$northing, pol.x = get.pts(gpc.plot)[[1]]$x, pol.y = get.pts(gpc.plot)[[1]]$y) 3: as.logical(sp::point.in.polygo...