Entering edit mode
2.8 years ago
ssko
▴
20
Hi everyone!
I have a little problematic with coding skill. I was trying to find log-ratio distances with easyCODA package in r.
Everything was okay until this code . When I ran genus.dist <- dist(genus.clr$LR)
, I got this warning :
Warning message: In doTryCatch(return(expr), name, parentenv, handler) : display list redraw incomplete
it might be a technical warning but I am not sure how to handle with it. I searched it on google. I couldn't find the proper response or which proper response is right, I don't know.
Thank you all!