Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

ggplot2 graph in r

ggplot(data = table_name, aes(x = column1, y = column2)) + geom_point()
#The function after the '+' is the type of graph. geom_point() is a scatter plot
 
PREVIOUS NEXT
Tagged: #graph
ADD COMMENT
Topic
Name
2+5 =