33
44[ ![ R-CMD-check] ( https://github.com/ropensci/landscapetools/workflows/R-CMD-check/badge.svg )] ( https://github.com/ropensci/landscapetools/actions )
55[ ![ codecov] ( https://codecov.io/gh/ropensci/landscapetools/branch/develop/graph/badge.svg )] ( https://codecov.io/gh/ropensci/landscapetools )
6- [ ![ Lifecycle: stable ] ( https://img.shields.io/badge/lifecycle-stable-brightgreen .svg )] ( https://lifecycle.r-lib .org/articles/stages.html#stable )
6+ [ ![ lifecycle ] ( https://img.shields.io/badge/lifecycle-maturing-blue .svg )] ( https://www.tidyverse .org/lifecycle/#maturing )
77[ ![ CRAN
88status] ( https://www.r-pkg.org/badges/version/landscapetools )] ( https://cran.r-project.org/package=landscapetools )
9+ [ ![ Check CRAN
10+ status] ( https://github.com/ropensci/landscapetools/actions/workflows/cran-checks.yaml/badge.svg )] ( https://github.com/ropensci/landscapetools/actions/workflows/cran-checks.yaml )
911[ ![ ] ( http://cranlogs.r-pkg.org/badges/grand-total/landscapetools )] ( http://cran.rstudio.com/web/packages/landscapetools/index.html )
1012[ ![ ] ( https://badges.ropensci.org/188_status.svg )] ( https://github.com/ropensci/onboarding/issues/188 )
11- [ ![ DOI:10.1111/2041-210X.13076] ( https://img.shields.io /badge/DOI- 10.1111%2F2041-- 210X.13076-blue )] ( https://doi.org/10.1111/2041-210X.13076 )
13+ [ ![ DOI:10.1111/2041-210X.13076] ( https://zenodo.org /badge/DOI/ 10.1111/2041- 210X.13076.svg )] ( https://doi.org/10.1111/2041-210X.13076 )
1214
1315<!-- badges: end -->
1416
@@ -73,14 +75,14 @@ devtools::install_github("ropensci/landscapetools")
7375# Classify the landscape into land uses
7476classified_landscape <- util_classify(fractal_landscape ,
7577 n = 3 ,
76- level_names = c(" Land Use 1" ,
78+ level_names = c(" Land Use 1" ,
7779 " Land Use 2" ,
7880 " Land Use 3" ))
7981
8082show_landscape(classified_landscape , discrete = TRUE )
8183```
8284
83- <img src =" man/figures/README-unnamed-chunk-1-1.png " width =" 100% " />
85+ <img src =" man/figures/README-unnamed-chunk-1-1.png " alt = " " width =" 100% " />
8486
8587### Merge
8688
@@ -103,7 +105,7 @@ show_landscape(merge_vis)
103105# > (`geom_raster()`).
104106```
105107
106- <img src =" man/figures/README-unnamed-chunk-2-1.png " width =" 100% " />
108+ <img src =" man/figures/README-unnamed-chunk-2-1.png " alt = " " width =" 100% " />
107109
108110## See also
109111
0 commit comments