View source: R/bearingReceptor.R
bearing | R Documentation |
bearing
A function to determine the direction of receptor location to source location.
bearing(sourceInput, receptorInput, sourceActivity = "primaryCrusher")
sourceInput |
A data frame containing |
receptorInput |
A data frame containing |
sourceActivity |
The pointsource name such as ‘primaryCrusher’ or ‘point A’ which is
according to the |
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.
The value return to the direction of receptor point to the source location
Zul Fadhli & Dr Izhar Abadi
#demo bearing(sourceInput = sourceInput, receptorInput = receptorInput, sourceActivity = "primaryCrusher")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.