Closed PaulMelloy closed 6 days ago
This line prevents AUDPC na.rm from being able to be used
https://github.com/PaulMelloy/epiphytoolR/blob/bee1fde1ca23ff05c5a6b17cc74cb990a8dc96ee/R/Audpc.R#L55
i + 1 is adds an NA causing NA
i + 1
This line prevents AUDPC na.rm from being able to be used
https://github.com/PaulMelloy/epiphytoolR/blob/bee1fde1ca23ff05c5a6b17cc74cb990a8dc96ee/R/Audpc.R#L55
i + 1
is adds an NA causing NA