Skip to content

Commit

Permalink
add high resolution images
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Mar 10, 2021
1 parent 737cdf6 commit ef50776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 07-outputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ figura01 %>%
) +
theme_bw()
ggsave("figure/00-seroprev-supp-figure01.png",height = 8,width = 12,dpi = "retina")
ggsave("figure/00-seroprev-supp-figure01-300dpi.tiff",height = 8,width = 12,dpi = "retina")
ggsave("figure/00-seroprev-supp-figure01-500dpi.tiff",height = 8,width = 12,dpi = 500)
ggsave("figure/00-seroprev-supp-figure01-1000dpi.tiff",height = 8,width = 12,dpi = 1000)

# __fig01: edad decenio -----------------------------------------------------------------

Expand Down

0 comments on commit ef50776

Please sign in to comment.