# Generated by roxygen2: do not edit by hand

export(calculate_diversity)
export(calculate_feature)
export(calculate_viewmetrics)
export(compute_viewshed)
export(fov_mask)
export(intervis_network)
export(pano_view)
export(visual_magnitude)
export(visualize_viewshed)
import(Rcpp)
import(methods)
import(pbmcapply)
import(sf)
import(terra)
importFrom(ForestTools,mcws)
importFrom(ForestTools,vwf)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,count)
importFrom(dplyr,select)
importFrom(grDevices,gray.colors)
importFrom(grDevices,rgb)
importFrom(graphics,par)
importFrom(methods,new)
importFrom(parallel,detectCores)
importFrom(rlang,.data)
importFrom(sf,st_coordinates)
importFrom(sp,SpatialPoints)
importFrom(stats,sd)
importFrom(terra,as.lines)
importFrom(terra,as.matrix)
importFrom(terra,as.polygons)
importFrom(terra,colFromX)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,geom)
importFrom(terra,global)
importFrom(terra,mask)
importFrom(terra,nlyr)
importFrom(terra,patches)
importFrom(terra,plot)
importFrom(terra,plotRGB)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,resample)
importFrom(terra,rowFromY)
importFrom(terra,xmax)
importFrom(terra,xmin)
importFrom(terra,ymax)
importFrom(terra,ymin)
useDynLib(viewscape)
