GLEON / rLakeAnalyzer

An R version of Lake Analyzer
43 stars 26 forks source link

ts.wedderburn/lakenumber failing #88

Open leachth opened 6 years ago

leachth commented 6 years ago

The ts.wedderburn and ts.lakenumber functions are failing. You can use the wedderburn/lakenumber functions (the not ts versions) to estimate these metrics for each times step of the series so it is part of the ts function. Looks like it is in the layer.temperature portion of the function.

Error is: Error in xy.coords(x, y) : 'x' and 'y' lengths differ

Repeatable error example attached: example error.zip

lawinslow commented 6 years ago

@leachth this should be fixed in the PR. Try it on your data using the version on my branch

devtools::install_github('lawinslow/rLakeAnalyzer')