Description Usage Arguments Examples
This function aims to prepare anamorphosis maps or cartograms.
1  | boot.reshape.coord(xx, dist, nboot = 10)
 | 
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  | 
1 2 3  | data(Leymus)
dist.pop(Leymus,Leypop, ploidy=8)->dist.ley
boot.reshape.coord(locations,dist.ley,nboot=100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.