distance: Distance

View source: R/distance.R

distanceR Documentation

Distance

Description

A function to calculate distance between receptor point to source location.

Usage

distance(sourceInput, receptorInput, sourceActivity)

Arguments

sourceInput

A data frame containing sourceActivity is a name for the pointsource, type (the type of material processing), x for Easting, y for Northing and z for elevation height of the location.

receptorInput

A data frame containing receptor the name/label for receptor point, x for Easting, y for Northing and z for elevation height of the location.

sourceActivity

Value

distance between receptor location to source location

Author(s)

Zul Fadhli & Dr Izhar Abadi

Examples

#demo
distance(sourceInput, receptorInput, sourceActivity)

zf-ibrahim/myqdmi documentation built on June 22, 2022, 6:58 a.m.