R/RcppExports.R

Defines functions LOS reference sectorMask get_depths VM

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

VM <- function(viewshed, dsm, slp, asp, viewpt, h, resolution) {
    .Call('_viewscape_VM', PACKAGE = 'viewscape', viewshed, dsm, slp, asp, viewpt, h, resolution)
}

get_depths <- function(px, py, x, y, num) {
    .Call('_viewscape_get_depths', PACKAGE = 'viewscape', px, py, x, y, num)
}

sectorMask <- function(viewshed, viewpt, fov) {
    .Call('_viewscape_sectorMask', PACKAGE = 'viewscape', viewshed, viewpt, fov)
}

reference <- function(viewpoint, dsm, h, max_dis, refraction_factor) {
    .Call('_viewscape_reference', PACKAGE = 'viewscape', viewpoint, dsm, h, max_dis, refraction_factor)
}

LOS <- function(viewpoint, dsm, h, max_dis, refraction_factor) {
    .Call('_viewscape_LOS', PACKAGE = 'viewscape', viewpoint, dsm, h, max_dis, refraction_factor)
}

Try the viewscape package in your browser

Any scripts or data that you put into this service are public.

viewscape documentation built on April 4, 2025, 1:40 a.m.