# NOT RUN {
# run a workflow, using the logistic regression model
# }
# NOT RUN {
work1 <- workflow(occurrence = UKAnophelesPlumbeus,
covariate = UKAir,
process = Background(n = 70),
model = LogisticRegression,
output = SameTimePlaceMap)
str(work1, 1)
work2 <- workflow(UKAnophelesPlumbeus,
UKAir,
OneHundredBackground,
RandomForest,
PrintMap)
# }
Run the code above in your browser using DataLab