Created
August 19, 2019 14:01
-
-
Save lakshay-arora/1dbe8c3a5f38e16326dfa6da5fc74d4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%R -i df | |
ggplot(data = df) + geom_point(aes(x = X, y= Y, color = Class, size = Z)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment