Calculates the Shapiro-Wilk normality test of characters for taxa.
Usage
shapiroWilkTest(object, p.value = 0.05)
Value
A data.frame, storing results of Shapiro-Wilk normality test.
Arguments
object
an object of class morphodata.
p.value
a number or NA are acceptable. In the case of number, the output will be formatted as "normally distributed" or "NOT normally distributed". In the case of NA, exact p-values will be returned.