In R, functions like plot() and hist() are known as what?
A. generic functions
B. virtual methods
C. virtual functions
D. generic methods
2 Comments on “In R, functions like plot() and hist() are known as what?”
Ksays:
Correct answer is A. From the help(plot) guide in Rstudio “Generic function for plotting of R objects. For more details about the graphical parameter arguments, see par.”
Correct answer is A. From the help(plot) guide in Rstudio “Generic function for plotting of R objects. For more details about the graphical parameter arguments, see par.”
0
0
https://stat.ethz.ch/R-manual/R-devel/library/graphics/html/plot.html
https://stat.ethz.ch/R-manual/R-devel/library/graphics/html/hist.html
0
0