indiv_poly: Generate an individual polygon from a set of points

Description Usage Arguments

Description

Generate an individual polygon from a set of points

Usage

1
2
indiv_poly(pts, r, loop_r, reg_info, t1 = NULL, t2 = NULL,
  poly_name = "unspecified")

Arguments

pts

matrix with two columns giving the coordinates of the generated points

r

integer specifying the region

loop_r

boolean indicating whether the points are going in a loop

reg_info

a reg_info list (see documentation for reg_info)

t1

index of first transition point under consideration in pts matrix, NULL if loop_r == TRUE

t2

index of second transition point under consideration in pts matrix, NULL if loop_r == TRUE

poly_name

string giving name of polygon


IceCast documentation built on June 24, 2019, 9:03 a.m.