Skip to content

Commit

Permalink
update plot3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgirard committed Oct 28, 2024
1 parent 3432b8f commit 2b3e81c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 1.0.0
Date: 2024-10-28 01:40:23 UTC
SHA: 3432b8f191efe7c14c2951ea180d963b65a0fb7c
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ssm_table(results2, drop_xy = TRUE, render = FALSE) %>%
```

```{r plot3}
ssm_plot_contrast(results2)
ssm_plot_contrast(results2, drop_xy = TRUE)
```

## Code of Conduct
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Male - Female
</table>

``` r
ssm_plot_contrast(results2)
ssm_plot_contrast(results2, drop_xy = TRUE)
```

![](man/figures/README-plot3-1.png)<!-- -->
Expand Down
Binary file modified man/figures/README-plot3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b3e81c

Please sign in to comment.