Skip to content

Commit 38fc193

Browse files
minor fix to viz
1 parent 79fbb5e commit 38fc193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ to save a file containing this image.
14681468
`ggsave` works by taking a file name to create for the image
14691469
as its first argument.
14701470
This can include the path to the directory where you would like to save the file
1471-
(e.g., `img/filename.png` to save a file named `filename` to the `img` directory),
1471+
(e.g., `img/viz/filename.png` to save a file named `filename` to the `img/viz/` directory),
14721472
and the name of the plot object to save as its second argument.
14731473
The kind of image to save is specified by the file extension.
14741474
For example,

0 commit comments

Comments
 (0)