https://github.com/cran/spatstat
Raw File
Tip revision: 8ef1882fb4bae84ba0cf2d81b1af0553bd07c298 authored by Adrian Baddeley on 23 September 2011, 12:18:30 UTC
version 1.23-5
Tip revision: 8ef1882
gpclib.R
#
# tests/gpclib.R
#
#  Test whether polygon geometry works with gpclib enabled
#  (only testable when gpclib is installed!)
#
#  $Revision: 1.2 $  $Date: 2011/07/28 05:20:17 $
#
require(spatstat)
if(require(gpclib)) {
  spot <- spatstat.options()
  spatstat.options(gpclib=TRUE)
  example(intersect.owin)
  example(plot.owin)
  spatstat.options(spot)
}
back to top