Skip to content

Commit ce21c9e

Browse files
author
Jon Jablonski
committed
replacing another reference to size =
1 parent af4dd6e commit ce21c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/07-vector-shapefile-attributes-in-r.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ there is only one feature? Let's adjust the colors used in our plot. If we have
210210
2 features in our vector object, we can plot each using a unique color by
211211
assigning a column name to the color aesthetic (`color =`). We use the syntax
212212
`aes(color = )` to do this. We can also alter the default line thickness by
213-
using the `size =` parameter, as the default value of 0.5 can be hard to see.
213+
using the `linewidth =` parameter, as the default value of 0.5 can be hard to see.
214214
Note that size is placed outside of the `aes()` function, as we are not
215215
connecting line thickness to a data variable.
216216

0 commit comments

Comments
 (0)