Skip to content

Commit 5ed2052

Browse files
committed
docs
1 parent 6c59de6 commit 5ed2052

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rgeomorphon
22
Type: Package
3-
Title: A Lightweight Implementation of the 'Geomorphon' Algorithm
3+
Title: A Lightweight Implementation of the Geomorphon Algorithm
44
Version: 0.3.0
55
Authors@R: person(given = "Andrew", family = "Brown", role = c("aut", "cre"), email = "brown.andrewg@gmail.com", comment = c(ORCID="0000-0002-4565-533X"))
66
Maintainer: Andrew Brown <brown.andrewg@gmail.com>

R/geomorphon.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#' Calculate Geomorphons
44
#'
5-
#' 'Rcpp' implementation of the 'geomorphon' terrain classification system based
5+
#' 'Rcpp' implementation of the geomorphon terrain classification system based
66
#' on 'r.geomorphon' algorithm of Jasiewicz and Stepinski (2013) from 'GRASS
77
#' GIS'.
88
#'
@@ -74,10 +74,10 @@
7474
#' Sys.setenv(R_RGEOMORPHON_MEM_POWER = 1.5)
7575
#' ```
7676
#'
77-
#' # Comparison with GRASS 'r.geomorphon'
77+
#' # Comparison with 'GRASS' 'r.geomorphon'
7878
#'
7979
#' This implementation achieves very high agreement with the classification
80-
#' logic of GRASS GIS 'r.geomorphon' when using equivalent parameters and data
80+
#' logic of 'GRASS GIS' 'r.geomorphon' when using equivalent parameters and data
8181
#' in a projected coordinate system.
8282
#'
8383
#' 'r.geomorphon' employs a row buffering strategy which can, for cells near the

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ system.time({
8181
)
8282
})
8383
#> user system elapsed
84-
#> 0.058 0.005 0.050
84+
#> 0.060 0.005 0.052
8585

8686
# inspect result
8787
plot(c(dem, rg),
@@ -128,7 +128,7 @@ system.time({
128128
)
129129
})
130130
#> user system elapsed
131-
#> 0.097 0.002 0.079
131+
#> 0.102 0.000 0.082
132132

133133
# inspect result
134134
plot(c(dem, rg),
@@ -147,7 +147,7 @@ citation("rgeomorphon")
147147
#> To cite package 'rgeomorphon' in publications use:
148148
#>
149149
#> Brown A (2025). _rgeomorphon: A Lightweight Implementation of the
150-
#> 'Geomorphon' Algorithm_. R package version 0.3.0,
150+
#> Geomorphon Algorithm_. R package version 0.3.0,
151151
#> <https://github.com/brownag/rgeomorphon/>.
152152
#>
153153
#> Jasiewicz J, Stepinski T (2013). "Geomorphons - a pattern recognition

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bibentry(
22
bibtype = "Manual",
3-
title = "rgeomorphon: A Lightweight Implementation of the 'Geomorphon' Algorithm",
3+
title = "rgeomorphon: A Lightweight Implementation of the Geomorphon Algorithm",
44
author = person("Andrew", "Brown"),
55
note = "R package version 0.3.0",
66
year = 2025,

man/geomorphons.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rgeomorphon-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)