-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
51 lines (35 loc) · 1.63 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
output:
md_document:
variant: gfm
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.align = 'center'
)
```
# Quarto Report Example With Plotly and Trelliscopejs
Here is a [report](https://jauntyjjs.github.io/Trelliscopejs_In_Quarto_Example/) showing how to create injection sequence plot and dilution plot using [`plotly`](https://plotly.com/r/) for each transition. These multiple interactive plots will be displayed as a trellis using [`trelliscopejs`](https://hafen.github.io/trelliscopejs/).
Refer to the [NEWS.md file](https://github.com/JauntyJJS/Trelliscopejs_In_Quarto_Example/blob/main/NEWS.md) to see what is being worked on as well as update to changes between back to back versions.
## Injection Sequence Plot
![Injection Sequence Plot](images/Injection_Sequence.JPG){fig-alt="An injection sequence plot."}
## Dilution Plot
![Dilution Plot](images/Dilution_Plot.JPG){fig-alt="A dilution plot."}
# Input Data and Results Download
Input data and results generated from the Quarto script can be downloaded from [Releases](https://github.com/JauntyJJS/Trelliscopejs_In_Quarto_Example/releases) section in GitHub.
# Citation
BibTeX citation:
```
@online{selva2022,
author = {Jeremy Selva},
title = {Quarto Report Example With Plotly and Trelliscopejs},
date = {2022-08-08},
url = {https://jauntyjjs.github.io/Trelliscopejs_In_Quarto_Example/},
langid = {en},
abstract = {A report showing how to create injection sequence plot and
dilution plot using R package plotly for each transition and display
them as an interactive trellis plot using R package trelliscopejs.}
}
```