This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I will add this to a vignette at some point. | |
``` r | |
library(SOmap) | |
#> Loading required package: raster | |
#> Loading required package: sp | |
df<-data.frame(x=runif(10, 130, 200), y=runif(10, -80, -10), cols=rep(1:2,5)) | |
df | |
#> x y cols | |
#> 1 164.8350 -71.04712 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gist for comments on the arc and Traz costs. |