# Use processed existing data set from kent Town, Adelaide
data("processeddata")
data("constants")
# Set data class to be "Romanenko" to call function
funname <- "Romanenko"
class(data) <- funname
# Call generic function ET(data, ...) with class "Romanenko"
results <- ET(data, constants)
Run the code above in your browser using DataLab