Skip to content

Commit

Permalink
put prune_online mthods back
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Aug 6, 2019
1 parent a7ea6d7 commit 7f32d07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/interactive.R
Expand Up @@ -21,7 +21,8 @@
#' @export
#' @rdname prune_online
prune_online <-function(x, ...) UseMethod("prune_online")

#' @export
#' @rdname prune_online
prune_online.neuron <- function(x, ...){
continue = "no"
ids=integer()
Expand All @@ -36,7 +37,8 @@ prune_online.neuron <- function(x, ...){
}
neuron
}

#' @export
#' @rdname prune_online
prune_online.neuronlist <- function(x, ...){
nlapply(x,prune_online.neuron)
}
Expand Down

0 comments on commit 7f32d07

Please sign in to comment.