Skip to content

Commit

Permalink
0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pfh committed May 7, 2022
1 parent bb894e8 commit 306b6b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: langevitour
Title: Langevin Tour
Version: 0.2.999
Version: 0.3
Authors@R:
person("Paul", "Harrison", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3980-268X"))
Expand Down
6 changes: 3 additions & 3 deletions vignettes/rnaseq.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ Things to try:

```{r plot}
langevitour(
y, scale=15, axisColors=colors, name=name,
extraAxes=cbind(contrastAxes, bentlerAxes),
elementId="myWidget")
y, name=name, scale=15, center=rep(3,8),
extraAxes=cbind(contrastAxes, bentlerAxes),
axisColors=colors, elementId="myWidget")
```

Notes:
Expand Down

0 comments on commit 306b6b4

Please sign in to comment.