tpilz / lumpR

Landscape Unit Mapping Program for R
GNU General Public License v3.0
11 stars 12 forks source link

calc_seasonality() performance #13

Open tpilz opened 9 years ago

tpilz commented 9 years ago

Function uses loops in R code which make it very slow for large datasets. These loops could be integrated to the underlying Fortran code which would result in a large improvement in performance.