r-spatial / dtwSat

Time-Weighted Dynamic Time Warping for satellite image time series analysis
https://www.victor-maus.com/dtwSat/
GNU General Public License v3.0
131 stars 39 forks source link

replace this with a classification period (from, to) in the object rasterTimeSeries #25

Closed vwmaus closed 5 years ago

vwmaus commented 6 years ago

https://github.com/vwmaus/dtwSat/blob/a3e0bf0fed7eb530ec09d5cf2e0e147c88e2812d/R/twdtwAssess.R#L196

ShawnMeng90s commented 6 years ago

i can use your package download inside RGui CRAN ,but can't edit your source code caus there is no .R file in R root directory "library\dtwSat\lib".
how to use your package correctly???

vwmaus commented 6 years ago

@Mengshiyao, no need to edit the source just install the version from Github using:

install.packages("devtools")
devtools::install_github("vwmaus/dtwSat")