Learn R Programming

visualFields (version 0.6.2)

vftessellation: Voronoi tessellation of vf spatial testing locations

Description

calculates the Voronoi tessellation of vf spatial testing locations

Usage

vftessellation( locmap, dist = 3 )

Arguments

locmap

a vf-object

dist

This function calculates the outer convex hull of the Voronoi diagram. This parameter specifies how much in degrees we want to extend the outer convex hull. Default is 3 degrees

Value

returns the Voronoi diagrams and the outer convex hull of the visual field area tested.

Examples

Run this code
# NOT RUN {
  vftess <- vftessellation( saplocmap$p24d2 )
# }

Run the code above in your browser using DataLab