model.ai | R Documentation |
model.ai
A gradient boosting model (GBM) established to estimate dust deposited rate at receptor
model.ai( quarryInput, windInput, sourceInput, receptorInput, sourceActivity = "primaryCrusher" )
windInput |
A data frame containing |
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 |
model.ai
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 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.
Zul Fadhli & Dr Izhar Abadi
#demo model.ai(sourceInput, receptorInput, windInput, sourceActivity = "primaryCrusher")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.