Skip to content

Commit

Permalink
Typo, plot.hd free_y axis
Browse files Browse the repository at this point in the history
  • Loading branch information
matdehaven committed Oct 5, 2023
1 parent 9c382ac commit 4328662
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ plot.fevdhd <- function(x, y = NULL, ...) {
)) +
ggplot2::facet_wrap(
ggplot2::vars(response),
scales = "free_y",
ncol = 1
) +
ggplot2::theme_bw() +
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fevdmv <- fevdfd(mv)
cowplot::plot_grid(plot(fevdsv), plot(fevdmv), nrow = 1)
```

There are also easy functions for looking at the historical shocks and the historical shock decompositions
There are also easy functions for looking at the historical shocks and the historical shock decompositions.
```{r exanmple_hs_hd, message = F}
hs <- hs(mv)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ cowplot::plot_grid(plot(fevdsv), plot(fevdmv), nrow = 1)
<img src="man/figures/README-exanmple_fd_fevd-1.png" width="100%" />

There are also easy functions for looking at the historical shocks and
the historical shock decompositions
the historical shock decompositions.

``` r

Expand Down
Binary file modified man/figures/README-exanmple_hs_hd-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 4328662

Please sign in to comment.