Skip to content

Commit

Permalink
Remove cow_plot::plot_grid
Browse files Browse the repository at this point in the history
  • Loading branch information
damondpham committed Jun 12, 2020
1 parent 06f3741 commit 149a4b1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ clever.Dat1.var.lev = clever(Dat1, verbose=TRUE, DVARS=FALSE, lev_images=FALSE)
clever.Dat2.var.lev = clever(Dat2, verbose=TRUE, DVARS=FALSE, lev_images=FALSE)
```

```{r fig.width=8, fig.height=5}
plot_grid(plot(clever.Dat1.var.lev, plot_title="Dat1", show.legend=FALSE),
plot(clever.Dat2.var.lev, plot_title="Dat2", show.legend=FALSE), nrow=1)
```{r fig.width=4, fig.height=3}
plot(clever.Dat1.var.lev, plot_title="Dat1", show.legend=FALSE)
```

```{r fig.width=4, fig.height=3}
plot(clever.Dat2.var.lev, plot_title="Dat2", show.legend=FALSE)
```


Expand Down

0 comments on commit 149a4b1

Please sign in to comment.