Dear all,
Today I encountered a potential bug that did not occur last year. When running the physignal.z() function with univariate data, Csize for various Species (using the "front" lambda optimization) in the form of an [n, 1] matrix, I received the error: "Error in Y[d, ] : incorrect number of dimensions".
This error did not occur with the same script and data in a previous analysis. The physignal() function still works fine on the same univariate input. To work around the issue, I duplicated the univariate data as a second column - new.matrix <- cbind(data, data) - and then ran physignal.z() (using "front" lambda optimization again), which reproduced my original results.
I'm reporting this as a possible bug since the behavior has changed. Thank you very much for your time and attention!
Best regards,
Stelios
--
You received this message because you are subscribed to the Google Groups "geomorph R package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geomorph-r-pack...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/geomorph-r-package/8971e4d5-6775-46c5-8824-41e3c2f6f30dn%40googlegroups.com.