a) Plot are created with multiple functions only b) Plots are created with both single and multiple function ...
View QuestionWhich of the following package is implemented by lattice plotting system?
a) grDevices b) grid c) graphics d) all of the mentioned Answer: b Explanation: Use grid ...
View QuestionWhich of the following annotation function is used to add or modify text?
a) word b) graph c) lines d) all of the mentioned Answer: d Explanation: points and axis ...
View QuestionThe most familiar place for a plot to be “sent” is screen device.
a) True b) False Answer: a Explanation: On Linux, the screen device is launched with x11 function.
View QuestionWhich of the following function displays currently active graphics device?
a) dev.present b) dev.cur c) pre.cur d) all of the mentioned Answer: b Explanation: You can change ...
View QuestionWhich of the following is a bitmap file type?
a) tiff b) svg c) pdf d) none of the mentioned Answer: c Explanation: TIFF is a ...
View QuestionThere are mainly three types of file devices.
a) True b) False Answer: b Explanation: There are mainly basic types of file devices-vector and bitmap.
View QuestionWhich of the following system most often don’t have postscript viewer?
a) Windows b) Linux c) Mac d) All of the mentioned Answer: a Explanation: postscript is older ...
View QuestionPoint out the wrong statement.
a) For quick visualizations and exploratory analysis, usually you want to use the screen device b) Functions like ...
View QuestionWhich of the following file format is graphic device only for windows?
a) pdf b) svg c) win.metafile d) all of the mentioned Answer: c Explanation: Exporting graphics to ...
View Question