How many methods are there to save graphs?
Answer / Lalsingh
There are several methods to save graphs in R. Some common ones include `png()`, `jpeg()`, `pdf()`, `postscript()`, and `bmp()`.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the need for Predictive Analysis in R?
How would you fit a linear model over a scatter-plot?
What are the tools for debugging in R?
What is sapply() in r?
Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?
What is the difference between library() and require() functions in r language?
Which function is used to create a boxplot graph in R?
What is logistic regression?
How can you save your data in R?
What is string manipulation in R?
Write the r programming code for an array of words so that the output is displayed in decreasing frequency order?
What is a dataframe in r?