Hello, I'm am new to R and I am trying to convert my data into a Euclidean dissimilarity matrix using the vegdist function.
This is the code I ran
vegdist(T_data, method="Euclidean", binary=FALSE, diag=FALSE, upper=FALSE, na.rm = FALSE)
but I keep getting an error that the distance method is invalid. Can someone please help me with the code?
Thanks in advance!