Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ncss-tech/scale_viz
Browse files Browse the repository at this point in the history
  • Loading branch information
smroecker committed Apr 25, 2024
2 parents bf1e506 + 097879b commit 676dae9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
scale_viz.Rproj
2 changes: 1 addition & 1 deletion MUspatialSummary.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mapview(mu.bbox, zcol = 'fd', alpha.regions = 0.25, color = 'black', lwd = 0.5)


## get a collection for comparison
mu.summary <- MUspatialSummary(c('1865918', '456137', '162786', '403308', '2534946'), method='bbox')
mu.summary <- MUspatialSummary(c('1865918', '456137', '162786', '403308', '2534946'), method = 'bbox')

## TODO: these aren't populated as often as we would like
# map unit / survey order
Expand Down
3 changes: 3 additions & 0 deletions vectormetrics-pkg-eval.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@


# https://r-spatialecology.github.io/vectormetrics/index.html

0 comments on commit 676dae9

Please sign in to comment.