receptorModel.granite: Granite Receptor Model multivariate equation for granite...

View source: R/graniteReceptorModel.R

receptorModel.graniteR Documentation

Granite Receptor Model multivariate equation for granite model

Description

receptorModel.granite Multimaviate model established to estimate dust deposited rate at receptor

Usage

receptorModel.granite(
  sourceInput,
  receptorInput,
  windInput,
  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.

windInput

A data frame containing ws for windspeed (m/s) and wd for wind direction

sourceActivity

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

Details

receptorModel.granite 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 results will be the estimation of dust deposited rate at all the receptors from a pointsource. The unit measurement for dust deposited rate is ug/m2/month.

Author(s)

Zul Fadhli & Dr. Izhar Abadi

Examples


#demo
receptorModel.granite(sourceInput, receptorInput, windInput, sourceActivity = "primaryCrusher")


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