Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed Oct 1, 2015
1 parent 6542226 commit 9774dbe
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ corinho.R
.git
.gitignore
^README\.Rmd$
^figure$
^.*\.png$
^README-.*\.png$
^cran-comments\.md
^NEWS\.md$
2 changes: 1 addition & 1 deletion R/class-dtwSat.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ setMethod("show",
signature = signature(object="dtwSat"),
definition = function(object){
cat("Time-Weighted DTW alignment object\n")
cat("Alignments:\n")
cat("Number of alignments:",nrow(getAlignments(object)),"\n")
print(head(getAlignments(object)))
invisible(NULL)
}
Expand Down
Binary file removed README-alig.png
Binary file not shown.
Binary file removed README-classify.png
Binary file not shown.
Binary file removed README-filter.png
Binary file not shown.
Binary file removed README-path.png
Binary file not shown.
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ df2 = melt(data.frame(Time=index(sy), sy), id="Time")
gp2 = ggplot(df2, aes(x=Time, y=value, group=variable, colour=variable)) +
geom_line() +
ylab("Value")
gp2
grid.arrange(gp1,gp2,nrow=2)
```
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ print(alig)

```
## Time-Weighted DTW alignment object
## Alignments:
## Number of alignments: 4
## query from to distance normalizedDistance
## 1 1 2011-10-04 2012-01-28 3.956483 0.03140066
## 2 1 2012-10-06 2013-02-15 4.008838 0.03181617
Expand Down Expand Up @@ -140,16 +140,11 @@ df2 = melt(data.frame(Time=index(sy), sy), id="Time")
gp2 = ggplot(df2, aes(x=Time, y=value, group=variable, colour=variable)) +
geom_line() +
ylab("Value")
gp2
```

![plot of chunk define-demo-plot-smoothing](figure/define-demo-plot-smoothing-1.png)

```r
grid.arrange(gp1,gp2,nrow=2)
```

![plot of chunk define-demo-plot-smoothing](figure/define-demo-plot-smoothing-2.png)
![plot of chunk define-demo-plot-smoothing](figure/define-demo-plot-smoothing-1.png)



Expand Down
Binary file removed figure/define-demo-code-1.png
Binary file not shown.
Binary file modified figure/define-demo-plot-smoothing-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed figure/define-demo-plot-smoothing-2.png
Binary file not shown.

0 comments on commit 9774dbe

Please sign in to comment.