Skip to content

Commit

Permalink
Update sequenceClassification.R
Browse files Browse the repository at this point in the history
fix function name
  • Loading branch information
tkswanson authored Jul 10, 2024
1 parent cf02f01 commit b8d9824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sequenceClassification.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#' emptyclass = "Empty",
#' stationcolumnumn="StationID", maxdiff=60)
#' }
sequenceClassification2<-function(animals, empty=NULL, predictions, classes,
sequenceClassification<-function(animals, empty=NULL, predictions, classes,
emptyclass="", stationcolumn, sortcolumns=NULL,recordfield="FilePath", maxdiff=60){
if (!is(animals, "data.frame")) {
stop("'animals' must be a Data Frame.")
Expand Down

0 comments on commit b8d9824

Please sign in to comment.