Skip to content

Commit

Permalink
Revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
verasls committed Jan 21, 2022
1 parent 87c79e4 commit f0e68b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/non_wear.R
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ plot_nonwear <- function(data,
ymax <- round(max(resultant) + (max(resultant) - 1) * 2, 1)

if (is.character(save_plot)) {
grDevices::cairo_pdf(save_plot, width = 7, height = 7)
grDevices::pdf(save_plot, width = 7, height = 7)
}
graphics::par(mar = c(8, 5, 5, 5), xpd = TRUE)
plot(
Expand Down

0 comments on commit f0e68b8

Please sign in to comment.