Skip to content

Commit 6eb62b1

Browse files
committed
update readme
Merge branch 'master' of https://github.com/marcosci/NLMR # Conflicts: # README.md
2 parents 99c3d19 + 509dfa1 commit 6eb62b1

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,19 @@ library(NLMR)
3333
library(magrittr)
3434
#>
3535
#> Attaching package: 'magrittr'
36-
#> The following object is masked from 'package:tidyr':
36+
#> The following objects are masked from 'package:testthat':
3737
#>
38-
#> extract
39-
#> The following object is masked from 'package:purrr':
38+
#> equals, is_less_than, not
39+
#> The following object is masked from 'package:raster':
4040
#>
41-
#> set_names
41+
#> extract
4242
library(ggplot2) # to extend the plot functionality of NLMR
4343
library(SDMTools) # to calculate basic landscape metrics
44+
#>
45+
#> Attaching package: 'SDMTools'
46+
#> The following object is masked from 'package:raster':
47+
#>
48+
#> distance
4449

4550
# Simulate 50x50 rectangular cluster raster
4651
nlm_raster <- nlm_randomrectangularcluster(50,50, resolution = 1, minl = 3, maxl = 7)
@@ -75,16 +80,16 @@ raster::as.matrix(nlm_raster) %>%
7580

7681
| patchID| n.cell| n.core.cell| n.edges.perimeter| n.edges.internal| area| core.area| perimeter| perim.area.ratio| shape.index| frac.dim.index| core.area.index|
7782
|--------:|-------:|------------:|------------------:|-----------------:|-----:|----------:|----------:|-----------------:|------------:|---------------:|----------------:|
78-
| 0| 1239| 475| 876| 4080| 1239| 475| 876| 0.7070218| 6.169014| 1.513346| 0.3833737|
79-
| 1| 628| 218| 544| 1968| 628| 218| 544| 0.8662420| 5.333333| 1.525068| 0.3471338|
80-
| 2| 633| 191| 586| 1946| 633| 191| 586| 0.9257504| 5.745098| 1.546252| 0.3017378|
83+
| 0| 1237| 533| 794| 4154| 1237| 533| 794| 0.6418755| 5.591549| 1.486084| 0.4308812|
84+
| 1| 622| 189| 590| 1898| 622| 189| 590| 0.9485531| 5.900000| 1.552580| 0.3038585|
85+
| 2| 641| 252| 516| 2048| 641| 252| 516| 0.8049922| 5.058823| 1.503881| 0.3931357|
8186

8287
Citation
8388
--------
8489

8590
To cite package `NLMR` in publications please use:
8691

87-
Sciaini, M; Simpkins, CE; Fritsch, M; Scherer, C (2017). NLMR: Simulating neutral landscape models with R. R package version 0.1.1. https://github.com/marcosci/NLMR.
92+
Sciaini, M; Simpkins, CE; Fritsch, M; Scherer, C (2017). NLMR: Simulating neutral landscape models with R. R package version 0.2. https://github.com/marcosci/NLMR.
8893

8994
Additionally, we keep a [record of publications](https://marcosci.github.io/NLMR/articles/publication_record.html/) that use`NLMR`. Hence, if you used `NLMR` please [file an issue on GitHub](https://github.com/marcosci/NLMR/issues/new/) so we can add it to the list.
9095

vignettes/README-example-1.png

4 Bytes
Loading

vignettes/README-example-2.png

-57 Bytes
Loading

0 commit comments

Comments
 (0)