Function does not seem to recognize the `pch` and `size` arguments. For example, `eda_qq(x, y, size = 2, pch = 1)` returns the same default point symbols. Also, correct `size` documentation which lists range of valid values as `[0,1]`
Function does not seem to recognize the
pchandsizearguments. For example,eda_qq(x, y, size = 2, pch = 1)returns the same default point symbols.Also, correct
sizedocumentation which lists range of valid values as[0,1]