search for: vmcorrect

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

Did you mean: pmcorrect
2007 May 09
1
voronoi.mosaic chokes?
...cs. 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 create 8 copies around the study region >toroid = torus(treemap$X, tr...