Explain how to save graphs in R?
Answer / Hirdesh Kumar Bharti
Graphs can be saved in R using the pdf(), jpeg(), png() and postscript() functions to specify the output format. For example, to save a plot as a PNG file, use: png('my_plot.png') before plotting, then dev.off() after finishing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to save graphs in R?
What is the use of stringr package.
How would you write a custom function in r? Give an example.
Differentiate between k-means clustering and hierarchical clustering?
Explain What is R?
What is the use of lattice package?
Which data object in r is used to store and process categorical data?
Explain the concept of principal component analysis?
Why should you adopt R programming language?
What is oop in r?
Give examples of “select” and “filter” functions from “dplyr” package.
How would you find out the mean of one column with respect to another?