R in 24 Hours, Sams Teach Yourself by Nicholls Andy & Pugh Richard & Gott Aimee
Author:Nicholls, Andy & Pugh, Richard & Gott, Aimee [Nicholls, Andy]
Language: eng
Format: azw3
Publisher: Pearson Education
Published: 2015-12-15T16:00:00+00:00
The plot Function
The main function you will use for generating graphics is the plot function. As you will see, this is a very versatile function and can be used to easily generate diagnostic plots for models. In this hour we use it only to plot vectors of data.
Let’s start with just a single vector of data. In this case, just as with the preceding univariate graphics, we can simply pass the vector to the plot function:
> plot(x[1:10])
This plot is shown in Figure 13.4, where you can see that in this instance the values of the vector are plotted against the Y axis. On the X axis we have the index of the position of the element in the vector.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8310)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6829)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6806)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6690)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6480)
Driving Data Quality with Data Contracts by Andrew Jones(6431)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6178)
Learning SQL by Alan Beaulieu(6006)
Weapons of Math Destruction by Cathy O'Neil(5800)
Big Data Analysis with Python by Ivan Marin(5405)
Data Engineering with dbt by Roberto Zagni(4414)
Solidity Programming Essentials by Ritesh Modi(4062)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3921)
Pandas Cookbook by Theodore Petrou(3627)
Blockchain Basics by Daniel Drescher(3308)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2914)
Feature Store for Machine Learning by Jayanth Kumar M J(2822)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2804)
Mastering Python for Finance by Unknown(2748)
