Skip to content

Commit

Permalink
vignette update including new ord_explore gif
Browse files Browse the repository at this point in the history
  • Loading branch information
david-barnett committed Mar 29, 2021
1 parent 870e664 commit dfb9a97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Binary file added man/figures/20210329_ord_explore_dev_x2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions vignettes/articles/Interactive-Ordination.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ ord1 <- ps %>%
Start interactive Shiny App

``` r
ord_explore(
ord = ord1, auto_caption = NA,
sample_id = "Sample_ID", # for interactive selection
tooltip = "Sample_ID" # for labels to display on mouse hover
)
ord_explore(data = ord1, auto_caption = NA)
```

![Note: GIF is sped up x1.75: redrawing plots is not instantaneous, but pretty quick unless your dataset has many 1000s of samples](../../man/figures/20210324_ord_explore_dev_x175.gif){width=90%}
![Note: GIF is sped up x2: redrawing plots is not instantaneous, but pretty quick unless your dataset has many 1000s of samples](../../man/figures/20210329_ord_explore_dev_x2.gif){width=90%}

# Session info
```{r}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/articles/Visualising-compositions.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Visualising-compositions"
title: "Visualising compositions"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Visualising compositions}
Expand Down

0 comments on commit dfb9a97

Please sign in to comment.