0% found this document useful (0 votes)
4 views1 page

R Plotting Code Outputs

The document describes various types of high-level plots including basic line graphs, scatter plots with overlays, and histograms with specific color schemes and labels. Each plot is accompanied by a brief description of its features. The modifications to the plots enhance their visual representation and clarity.

Uploaded by

meghanaalluri2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

R Plotting Code Outputs

The document describes various types of high-level plots including basic line graphs, scatter plots with overlays, and histograms with specific color schemes and labels. Each plot is accompanied by a brief description of its features. The modifications to the plots enhance their visual representation and clarity.

Uploaded by

meghanaalluri2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Basic high-level plots

Output:
[Graph showing a line from (0,0) to (10,10)]

Basic high-level plots with lines

Output:
[Graph showing points (0,0) to (10,10) with a red line overlay]

Modifications of scatter plots

Output:
[Scatter plot of y = 2 + 3x^2 + noise, points in black]

Modification of histogram

Output:
[Histogram of v with green bars and black borders, labeled 'No. of Articles']

Histogram with labeled counts

Output:
[Histogram with magenta bars and pink borders, labeled 'Weight', counts labeled above
bars]

You might also like