read.pslg {RTriangle} | R Documentation |
Read a Planar Straight Line Graph from file
Description
Read a Planar Straight Line Graph from a .poly
file, as
used in Shewchuk's Triangle library
(http://www.cs.cmu.edu/~quake/triangle.poly.html).
Usage
read.pslg(file)
Arguments
file |
File name of |
Value
pslg
object. See pslg
.
Author(s)
David Sterratt
[Package RTriangle version 1.6-0.13 Index]