Create a boxplot of high temperature using month as a


In R studio what code do I need to: Read the ‘temperature.txt' file. This file contains the following data.

• High and low temperature (degree centigrade)

• Rainfall (centimeters)

• Month (from 1 to 12)

• Year (for 20 years - from 1987 - 2005)

The first 6 lines of this file are as follows.

temperature lower rain month yr

10.8 6.5 12.2 1 1987

10.5 4.5 1.3 1 1987

7.5 -1 0.1 1 1987

6.5 -3.3 1.1 1 1987

10 5 3.5 1 1987

This file contains 6,940 lines of data.

Create a boxplot of ‘high temperature' using ‘month' as a factor variable.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create a boxplot of high temperature using month as a
Reference No:- TGS02911391

Expected delivery within 24 Hours