drilling: Drilling

View source: R/drillHole.R

drillingR Documentation

Drilling

Description

A function to estimate dust generation from Drilling activity.

Usage

drilling(quarryInput, particleSize = "tsp", drillHole = quarryInput$drillhole)

Arguments

quarryInput

data frame containing column names: quarryProduction - quarry production tonne per hour, blastingFreq - blasting frequency per month, areaBlasted - area blasted (km. sq), blasthole - average of depth of blast hole (m), drillhole - drilling hole per month, moisture - percentage of moisture content, silt - percentage of silt content, unpavedDist - unpaved road distant (KM), pavedDist - paved road distanct (KM), unpavedVehicle - number of vehicle count travel using unpaved road per month, pavedVehicle - number of vehicle count travel using paved road per month, nPrimary - number of primary crusher, nSecondary - number of secondary crusher, nTertiary - number of tertiary crusher, nScreen - number of screen.

particleSize

particle size of dust deposited rate. The default value is "tsp" for total suspended solid and other available particle size is "pm10" for particulate matter <10 micron.

drillHole

Total count drilling hole per month

Value

Dust generation from drilling activity per month

Author(s)

Zul Fadhli & Dr Izhar Abadi

Examples

#demo
drillingquarryInput, particleSize = "tsp", drillHole = quarryInput$drillhole)

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