PROBLEM SOLVING USING R - UNIT 5 MCQS

PROBLEM SOLVING USING R - UNIT 5 MCQS

12th Grade

15 Qs

quiz-placeholder

Similar activities

pyplot in python class 12 (14/08/20)

pyplot in python class 12 (14/08/20)

12th Grade

20 Qs

Linear Search

Linear Search

12th Grade

10 Qs

Python data visualization

Python data visualization

12th Grade

20 Qs

U1S2 Exam: Visualizing Data

U1S2 Exam: Visualizing Data

10th - 12th Grade

20 Qs

Reshaping & vStack&hstack( )

Reshaping & vStack&hstack( )

9th Grade - University

10 Qs

TCP/IP Quiz_

TCP/IP Quiz_

9th - 12th Grade

15 Qs

Emerging Trends

Emerging Trends

11th - 12th Grade

10 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

PROBLEM SOLVING USING R - UNIT 5 MCQS

PROBLEM SOLVING USING R - UNIT 5 MCQS

Assessment

Quiz

Computers

12th Grade

Easy

Created by

MS.SHYAMALADEVI C

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of coordinate vectors in plotting?

The purpose of coordinate vectors in plotting is to represent the position of points in a graphical space.

To calculate the area of a shape in a plot.

To determine the color of the plotted points.

To create a legend for the graph.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you customize graphical parameters in R?

Adjust parameters by editing the R script directly without functions.

Use the `par()` function for base graphics or customize themes and aesthetics in ggplot2.

Use the `plot()` function exclusively for all graphics.

Customize colors using the `color()` function only.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are automatic plot types in R?

3D plots, contour plots, and radar charts

Automatic plot types in R include scatter plots, line plots, bar plots, and histograms, determined by the data structure.

Heatmaps, funnel charts, and waterfall charts

Pie charts, box plots, and area plots

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add titles and axis labels to a plot?

Add title and labels in the plot settings menu

Use title('Title') and label('X-axis', 'Y-axis') functions

Use plt.title('Title'), plt.xlabel('X-axis label'), and plt.ylabel('Y-axis label') in Matplotlib.

Use plt.set_title('Title') and plt.label_axes('X-axis', 'Y-axis')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What options are available for changing line and point appearances?

font size and alignment

Options include color, width, style, and marker type.

background color and shadow

opacity and texture

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you set limits for the plotting region?

Adjust the plot size with figsize() in Python

Use xlim() and ylim() in R or plt.xlim() and plt.ylim() in Python.

Change the axis limits in the plot settings menu

Use set_xlim() and set_ylim() in R

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of ggplot2 in R?

To create interactive web applications in R.

To perform statistical analysis in R.

The function of ggplot2 in R is to create data visualizations.

To manage data frames in R.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?