View source: R/activity_predict_tRackIT.R
activity_predict_tRackIT | R Documentation |
classifies data based on ML variables
activity_predict_tRackIT(animal = NULL, get_data = FALSE)
animal |
list, list generated by initAnimal function |
get_data |
logical, if TRUE classification will be returned as data.frame and stored in the classification folder. If FALSE classification will only be stored |
Jannis Gottwald
#projroot<-paste0(getwd(),"/tRackIT_test_data/")
#anml<-getAnimal(projroot =projroot, animalID = "woodpecker")
# predict
#activity_predict_tRackIT(animal = anml, get_data=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.