brainconn
brainconn copied to clipboard
No scatter3d mode specifed
Here is a very annoying prompt. As the title shows. Solving it is relatively simple. Just modify this sentence.
p <- plot_ly(data, marker = list(size = node.size),
x = data$x.mni*d.factor,
y = data$y.mni*d.factor,
z = data$z.mni*d.factor,
color= ~node.color,
name = data$ROI.Name,
type = "scatter3d")