Skip to content

Commit

Permalink
- update
Browse files Browse the repository at this point in the history
  • Loading branch information
billbillbilly committed Jan 27, 2024
1 parent 9036127 commit f51da71
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ importFrom(stats,sd)
importFrom(terra,as.polygons)
importFrom(terra,crop)
importFrom(terra,ext)
importFrom(terra,geom)
importFrom(terra,mask)
importFrom(terra,patches)
importFrom(terra,plot)
Expand Down
1 change: 1 addition & 0 deletions R/Class-Viewshed.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#' @slot extent numeric
#' @slot crs character
#' @import methods
#' @importFrom terra geom
#' @md

setClass(
Expand Down
Binary file modified inst/test_landuse.tif
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/viewscape.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test_diversity

calculate_feature is to calculate the proportion of a feature (including trees, buildings, parking, and roads) within the viewshed. This function can be applied to

```{r eval=FALSE}
```{r}
# load canopy raster
test_canopy <- terra::rast(system.file("test_canopy.tif",
package ="viewscape"))
Expand Down

0 comments on commit f51da71

Please sign in to comment.