Skip to content

Commit

Permalink
fix association plot png path and resize all vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Mar 1, 2024
1 parent bbb4f2d commit a1bee3c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file modified vignettes/images/app-teal-modules-general.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 modified vignettes/images/app-using-association-plot.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 modified vignettes/images/app-using-bivariate-plot.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 modified vignettes/images/app-using-cross-table.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 modified vignettes/images/app-using-data-table.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 modified vignettes/images/app-using-outliers-module.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 modified vignettes/images/app-using-regression-plots.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 modified vignettes/images/app-using-response-plot.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 modified vignettes/images/app-using-scatterplot-matrix.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 modified vignettes/images/app-using-scatterplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/using-association-plot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,4 @@ A simple `shiny::shinyApp()` call will let you run the app. Note that app is onl
shinyApp(app$ui, app$server, options = list(height = 1024, width = 1024))
```

<img src="images/app-teal-modules-general.png" style="display: block; margin: 0px; width: 100%"/>
<img src="images/app-using-association-plot.png" style="display: block; margin: 0px; width: 100%"/>

0 comments on commit a1bee3c

Please sign in to comment.