marchtaylor / sinkr

A collection of functions with emphasis on multivariate methods and handling of geographic datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chla_dineof <- sinkr::dineof(chla, delta.rms = DINEOF_PRECISION)

joinbao opened this issue · comments

When running this line of code, a warning appears:
Warning messages:
1: In rm(list = c("Xa.best", "n.eof.best", "SVDi", "RECi")) :
object 'SVDi' not found
2: In rm(list = c("Xa.best", "n.eof.best", "SVDi", "RECi")) :
object 'RECi' not found

Does anyone have any idea?
Thanks

Thanks for your feedback. Could you provide a reproducible example of the error?