InterviewSolution
Saved Bookmarks
| 1. |
Which of the following cuts numeric vector into intervals of equal length?(a) cut_interval(b) cut_time(c) cut_number(d) cut_dateThe question was asked in an international level competition.The query is from ggplot2 in section Profiling, Simulation and Data Analysis of R Programming |
|
Answer» Right answer is (a) cut_interval |
|