boot.reshape.coord: Generate non-focal anamorphosis

Description Usage Arguments Examples

View source: R/MapTools.R

Description

This function aims to prepare anamorphosis maps or cartograms.

Usage

1
boot.reshape.coord(xx, dist, nboot = 10)

Arguments

xx

A data frame contening the coordinates of the points to transform. First colomn is longitude, second is latitude.

dist

A dist object with the distence to outline by anamorphosis

nboot

Times you need for your coffee break in seconds

Examples

1
2
3
data(Leymus)
dist.pop(Leymus,Leypop, ploidy=8)->dist.ley
boot.reshape.coord(locations,dist.ley,nboot=100)

giby/Linarius documentation built on May 17, 2019, 4:20 a.m.