search for: vmuncorrect

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

Did you mean: uncorrect
2007 May 09
1
voronoi.mosaic chokes?
...create proximity polygons for a study of vegetation competition and dynamics. The points lists are read in from a file for each plot, then 8 duplicates are translated around the edges of the plot (Toroidal edge correction). This is completed using the torus(...) function that I wrote myself. VMuncorrected is the voronoi mosaic that is not toroidally edge corrected VMcorrected is the voronoi mosaic that is toroidally edge corrected >treemap = read.table('af1.txt', sep = "\t", header = 1) >VMuncorrected = voronoi.mosaic(treemap$X, treemap$Y) ###Use the torus function to...