Skip to content

Commit 029dfad

Browse files
committed
vignette pictures #2
1 parent c341a65 commit 029dfad

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

AssumptionPlotter/vignettes/AssumptionPlotter.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ run_plotter()
100100

101101
This will launch the app and take you to the start page:
102102

103-
![](figures/start_page.png){width = 400 px}
103+
![](figures/start_page.png){style="width:40%;"}
104104

105105
It is recommended that you use the app in full-screen mode as some features (e.g., the table in the data page) otherwise might be hidden. Also note that if you're running the app in RStudio, blank screens might pop up when you press a hyperlink. This does not happen when you run it in your browser.
106106

@@ -119,7 +119,7 @@ In the "Data" page you have a few options. You can use the built in datasets, up
119119

120120
To familiarise yourself with the app, you can choose one of the built-in datasets.
121121

122-
![](figures/data_builtin.png){width = 100%}
122+
![](figures/data_builtin.png){style="width:30%;"}
123123

124124
These datasets were chosen at random and are by no means perfect. However, they can for example highlight how messy the data is (e.g., in `geschwind_2013` most participants have no data in the last days, although it's indicated that there should be 10 days).
125125

@@ -132,7 +132,7 @@ You can then press the "*Plot your data*" button.
132132

133133
By choosing "*Upload your own data*", you will be instructed to follow a few steps:
134134

135-
![](figures/data_upload.png)
135+
![](figures/data_upload.png){style="width:100%;"}
136136

137137
`clean_df()` that cleans the data for the plotting functions, requires you to input the name of the id, day, and beep column (the pre-filled names are "id", "day", and "beep"). As well as how many days and beeps per day each participant should have. You also need to manually fill in the names of all the variables you want to plot.
138138

@@ -145,11 +145,11 @@ When you're happy, you can move to the Plot page.
145145

146146
The final option is to upload the data using the dataset's download file, which can be found in Zenodo. An example link is circled in green:
147147

148-
![](figures/data_zenodo.png)
148+
![](figures/data_zenodo.png){style="width:70%;"}
149149

150150
To access the link you will have to take a few actions. Start in the data's dedicated openESM page and follow the following steps:
151151

152-
![](figures/openESM_zenodo.png)
152+
![](figures/openESM_zenodo.png){style="width:90%;"}
153153

154154
On this page you can find the expected days and beeps (circled on the right).
155155

0 commit comments

Comments
 (0)