bearing: Bearing of receptor from point source

View source: R/bearingReceptor.R

bearingR Documentation

Bearing of receptor from point source

Description

bearing A function to determine the direction of receptor location to source location.

Usage

bearing(sourceInput, receptorInput, sourceActivity = "primaryCrusher")

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

The pointsource name such as ‘primaryCrusher’ or ‘point A’ which is according to the souceInput sourceActivity.

Details

bearing require the source and receptor location in Easting and Northing format. The sourceActivity for this model is the type of material processing activity in the quarry or if the sourceInput is the quarries location, the sourceActivity is the name of the quarries.

Value

The value return to the direction of receptor point to the source location

Author(s)

Zul Fadhli & Dr Izhar Abadi

Examples

#demo
bearing(sourceInput = sourceInput, receptorInput = receptorInput, sourceActivity = "primaryCrusher")


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