Skip to content

Commit

Permalink
shiny
Browse files Browse the repository at this point in the history
- make shiny app refer to new package name
  • Loading branch information
ailich committed Feb 24, 2022
1 parent d09bb83 commit 0a0fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/explore_terrain.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
#' Minár, J., Evans, I.S., Jenčo, M., 2020. A comprehensive system of definitions of land surface (topographic) curvatures, with implications for their application in geoscience modelling and prediction. Earth-Science Reviews 211, 103414. https://doi.org/10.1016/j.earscirev.2020.103414
#' @export
explore_terrain<- function(){
appDir<- system.file("Terrain_Attributes_Explorer_App", package = "MultiscaleDEM")
appDir<- system.file("Terrain_Attributes_Explorer_App", package = "MultiscaleDTM")
shiny::runApp(appDir, display.mode = "normal")
}

0 comments on commit 0a0fa20

Please sign in to comment.