You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same as plot3d.neuron. So basically insert if(PlotSubTrees && !is.null(x$SubTrees)) x$SegList=unlist(x$SubTrees,recursive=FALSE) somewhere in plot.neuron. I can put it in and submit a pull request.
Same as
plot3d.neuron. So basically insertif(PlotSubTrees && !is.null(x$SubTrees)) x$SegList=unlist(x$SubTrees,recursive=FALSE)somewhere inplot.neuron. I can put it in and submit a pull request.