Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

how to title plot in r

> plot(faithful,
+   main = "Eruptions of Old Faithful",
+   xlab = "Eruption time (min)",
+   ylab = "Waiting time to next eruption (min)")
Source by www.dummies.com #
 
PREVIOUS NEXT
Tagged: #title #plot
ADD COMMENT
Topic
Name
7+6 =