Skip to content

Commit

Permalink
Update refererences
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed Nov 27, 2016
1 parent a79c072 commit fc96862
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ matches = twdtwApply(x=ts, y=patt, weight.fun=log_fun, keep=TRUE)
```

The result is a `twdtwMatches` object with all possible matches of the patterns to the time series
```{r show-twdtw, echo = TRUE, eval = TRUE}
```{r show-twdtw, echo = TRUE, eval = TRUE, results='markup'}
class(matches)
show(matches)
```
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,21 @@ The result is a `twdtwMatches` object with all possible matches of the patterns

``` r
class(matches)
```

## [1] "twdtwMatches"
## attr(,"package")
## [1] "dtwSat"

``` r
show(matches)
```

## An object of class "twdtwMatches"
## Number of time series: 1
## Number of Alignments: 16
## Patterns labels: Soybean Cotton Maize

We can use several plot methods to visualize the results of the analysis in the `twdtwMatches` object, for example, to plot the alignments

``` r
Expand Down
10 changes: 5 additions & 5 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ citEntry(
journal="Selected Topics in Applied Earth Observations and Remote Sensing, IEEE Journal of",
title="A Time-Weighted Dynamic Time Warping Method for Land-Use and Land-Cover Mapping",
year="2016",
volume="PP",
number="99",
pages="1-11",
volume="9",
number="8",
pages="3729-3739",
doi="10.1109/JSTARS.2016.2517118",
ISSN="1939-1404",
month="",
textVersion="Victor Maus, Gilberto Camara, Ricardo Cartaxo, Alber Sanchez, Fernando M. Ramos, Gilberto R. de Queiroz (2016). A Time-Weighted Dynamic Time Warping method for land use and land cover mapping. in Selected Topics in Applied Earth Observations and Remote Sensing, IEEE Journal of, vol.PP, no.99, pp.1-11,
month="Aug",
textVersion="Victor Maus, Gilberto Camara, Ricardo Cartaxo, Alber Sanchez, Fernando M. Ramos, Gilberto R. de Queiroz (2016). A Time-Weighted Dynamic Time Warping method for land use and land cover mapping. in Selected Topics in Applied Earth Observations and Remote Sensing, IEEE Journal of, vol.9, no.8, pp.3729-3739,
doi: 10.1109/JSTARS.2016.2517118."
)

Expand Down

0 comments on commit fc96862

Please sign in to comment.