Skip to content
Snippets Groups Projects
Commit 15e59e7e authored by Sebastian Henz's avatar Sebastian Henz
Browse files

Don't use out.width = "100%"

parent 5700ac68
No related branches found
No related tags found
No related merge requests found
Pipeline #9733 passed with stage
in 13 minutes and 24 seconds
...@@ -8,8 +8,7 @@ output: github_document ...@@ -8,8 +8,7 @@ output: github_document
knitr::opts_chunk$set( knitr::opts_chunk$set(
collapse = TRUE, collapse = TRUE,
comment = "#>", comment = "#>",
fig.path = "images/README-", fig.path = "images/README-"
out.width = "100%"
) )
``` ```
......
...@@ -89,7 +89,7 @@ plot_survival(model_a) ...@@ -89,7 +89,7 @@ plot_survival(model_a)
plot_stress(model_a) plot_stress(model_a)
``` ```
<img src="images/README-example_plot-1.png" width="100%" /> ![](images/README-example_plot-1.png)<!-- -->
### Multi-TOX ### Multi-TOX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment