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
Getting this error: Error in cut.default(a, breaks = 100) : 'breaks' are not unique
When trying to visualize self similarity with your plotAlign() function.
You should be able to reproduce the error using your tutorial's environment and: alignment = globalAlign( interScaledGlobalPAM$scaledData, interScaledGlobalPAM$scaledData, scores = list(query = interScaledGlobalPAM$traj, ref = interScaledGlobalLPS$traj), sigCalc = F, numPerm = 20 ) plotAlign(alignment)
The text was updated successfully, but these errors were encountered:
Getting this error:
Error in cut.default(a, breaks = 100) : 'breaks' are not unique
When trying to visualize self similarity with your plotAlign() function.
You should be able to reproduce the error using your tutorial's environment and:
alignment = globalAlign( interScaledGlobalPAM$scaledData, interScaledGlobalPAM$scaledData, scores = list(query = interScaledGlobalPAM$traj, ref = interScaledGlobalLPS$traj), sigCalc = F, numPerm = 20 ) plotAlign(alignment)
The text was updated successfully, but these errors were encountered: