You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# thought process... produces error. ok, I can make it longer. trying again.
ggplot(data=iris, aes(Sepal.Length, Sepal.Width)) + geom_point(aes(size= I(rep(5, nrow(iris)))))
This produces a plot that is treated as a true value, rather than AsIs.
How can I make something a 'parameter' through the use of aes()?
Barret
The text was updated successfully, but these errors were encountered:
I'm trying to use aesthetics with the AsIs function to use values as they are.
This produces a plot that is treated as a true value, rather than AsIs.
How can I make something a 'parameter' through the use of aes()?
The text was updated successfully, but these errors were encountered: