Skip to content

Commit

Permalink
- update
Browse files Browse the repository at this point in the history
  • Loading branch information
billbillbilly committed Jan 28, 2024
1 parent f51da71 commit 7969af3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
^codemeta\.json$
^viewscape\.md$
^viewscape_hex-01\.png$
^LICENSE$
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ Authors@R: c(person("Xiaohao", "Yang", role = c("aut", "cre"), email = "xiaohaoy
person("Nathan", "Fox", role = c("aut")),
person("Derek", "Van Berkel", role = c("aut")),
person("Mark", "Lindquist", role = c("aut")))
Author: Xiaohao Yang
Maintainer: Xiaohao Yang <xiaohaoy@umich.edu>
Description: A collection of functions to make R a more effective viewscape analysis
tool for calculating viewscape metrics based on computing the viewable area for
given a point/multiple viewpoints and a digital elevation model.
Depends: R (>= 4.2)
License: file LICENSE
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Expand Down
4 changes: 2 additions & 2 deletions R/visualize_viewshed.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#' plotting and output types.
#'
#' @param viewshed Viewshed object
#' @param plottype String, specifying the type of visualization ("polygon,"
#' @param plottype Character, specifying the type of visualization ("polygon,"
#' "raster," or "3D").
#' @param outputtype String, specifying the type of output object ("raster"
#' @param outputtype Character, specifying the type of output object ("raster"
#' or "polygon").
#' @return Visualized viewshed as either a raster or polygon object,
#' depending on the outputtype specified.
Expand Down

0 comments on commit 7969af3

Please sign in to comment.