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
It would be better to use function(x) min(x, na.rm=T) instead of min, since the entries may be NA when multiple branches result from Slingshot. In that case, there will be some errors.
The text was updated successfully, but these errors were encountered:
ti_slingshot/package/R/ti_slingshot.R
Line 147 in 98a7cc7
It would be better to use
function(x) min(x, na.rm=T)
instead ofmin
, since the entries may beNA
when multiple branches result from Slingshot. In that case, there will be some errors.The text was updated successfully, but these errors were encountered: