## proportion of area searched data
data(proportionAreaSearched)
hullMuirAreaCorrection(hubHeight = 87.5, bladeRadius = 62.5,
proportionSearchDF = proportionAreaSearched,
distanceCol = 'distanceFromTurbine',
proportionCol = 'proportionAreaSearched',
additionalCol = 'plotType')
## without additional columns but must separate the proportion of area searched
## data frame
hullMuirAreaCorrection(hubHeight = 87.5, bladeRadius = 62.5,
proportionSearchDF = subset(proportionAreaSearched, plotType == 'RP'),
distanceCol = 'distanceFromTurbine',
proportionCol = 'proportionAreaSearched')
hullMuirAreaCorrection(hubHeight = 87.5, bladeRadius = 62.5,
proportionSearchDF = subset(proportionAreaSearched, plotType == 'FULL'),
distanceCol = 'distanceFromTurbine',
proportionCol = 'proportionAreaSearched')
Run the code above in your browser using DataLab