Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

scatter plot

# Convert cyl column from a numeric to a factor variable
mtcars$cyl <- as.factor(mtcars$cyl)
head(mtcars)
Source by www.sthda.com #
 
PREVIOUS NEXT
Tagged: #scatter #plot
ADD COMMENT
Topic
Name
9+4 =