how to graph a linear equation in r

The denominator of the first term is multiplied by the numerator of another term. This is the place on your graph where the line will cross over the y-axis. Step 2: Now, we will solve one of the equations to obtain the value of either x or y. If anyone hit the same problem, the solution for me was to specify the bounds of the y axis manually : plot(x, y1, type = 'b', ylim = c(0, 3000)). if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length==0) { var atpos=emailVal.indexOf('@'); Being able to translate in your mind from contours to surfaces (and vice versa) is a valuable skill. var emailFld = form.querySelectorAll('[ftype=email]'); This actually made my sons learning seamless and saved a lot of time. wikiHow is a wiki, similar to Wikipedia, which means that many of our articles are co-written by multiple authors. geom_line(). We can also adjust the color of our line by using the col argument of the plot command: plot(x, y1, type = "l", # Change color of line A line graph (also called a line chart or run chart) is a simple but powerful tool and is generally used to show changes over time. Now, we will substitute the value of y in eq (i). var dropdown = document.getElementById( "cat" ); for those who wants r and p values instead of R2 and equation: eq <- substitute(italic(r)~"="~rvalue*","~italic(p)~"="~pvalue, list(rvalue = To create this article, 42 people, some anonymous, worked to edit and improve it over time. Second, the name "http://www.mosaic-web.org/go/datasets/Income-Housing.csv" is surrounded by quotation marks. On graphing a linear equation in one variable x, we get a vertical line parallel to the y-axis. 3) From the y-intercept, move up or down and left or right, depending on whether the slope is positive or negative. that is holding the data. If you have any further questions, dont hesitate to let me know in the comments section. So, if we add a number on one side, we must add it to the other side as well. For instance. The equation y=2x+1 is a linear equation or forms a straight line on the graph. \(4 x - 7\) in the window \(x\) from 0 to 10. alert('Please accept '+fldLangVal[i]); lines(x, y3, type = "b", col = "green", pch = 8). each entry in a little cell. We use cookies to make wikiHow great. This image is not<\/b> licensed under the Creative Commons license applied to text content and some other images posted to the wikiHow website. https://www.varsitytutors.com/hotmath/hotmath_help/topics/graphing-linear-equations, https://www.youtube.com/watch?v=UgtMbCI4G_I, https://www.brainpop.com/technology/computerscience/graphinglinearequations/, https://www.mathplanet.com/education/algebra-1/linear-inequalities/solving-linear-inequalities, https://www.ck12.org/algebra/graphs-of-inequalities-in-one-variable/lesson/Graphs-of-Inequalities-in-One-Variable-ALG-I/, https://www.purplemath.com/modules/ineqgrph.htm, https://www.youtube.com/watch?v=P_-c9D6mjGA, http://www.purplemath.com/modules/ineqgrph.htm, https://www.mathsisfun.com/algebra/quadratic-equation-graphing.html, https://www.texasgateway.org/resource/solving-quadratic-equations-using-tables, https://www.varsitytutors.com/hotmath/hotmath_help/topics/graphing-quadratic-equations-using-factoring, https://mathbitsnotebook.com/Algebra1/Inequalities/IQquadratics.html, https://www.youtube.com/watch?v=R9AJGxAJ0QQ, http://www.purplemath.com/modules/graphabs.htm, . rep("y3", 10))) The following figure will make it clear for you. Step 1: First, simplify the given equation. If a, b, c and r are real numbers (and if a, b, and c are not all equal to 0) then ax + by + cz = r is called a linear equation in three variables. lines(x, y3, type = "l", col = "green") # Add third line. Linear functions are those whose graph is a straight line. Then, to display the two layers in the same plot, connect them with the %>% symbol (called a pipe). '); If the solution is false, shade outside of the parabola. We use cookies to ensure that we give you the best experience on our website. For example, if y equals 2x minus 1, then the y-intercept would be negative 1. In Example 2, youll learn how to change the main title and the axis labels of our plot with the main, xlab, and ylab arguments of the plot function: plot(x, y1, type = "l", # Change main title & axis labels Example 1: Basic Creation of Line Graph in R. If we want to draw a basic line plot in R, we can use the plot function with the specification type = l. Ans. We have now input the following equation to obtain the y values that correspond to the supplied x values: Now, we have to drag the fill handle to complete the data range. When you do this, remember to give a specific numerical value for the parameters, like this: You can use makeFun( ) to give a name to the function. We provide tips, how to guide, provide online training, and also provide Excel solutions to your business problems. document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() ); This post may contain affiliate links, meaning when you click the links and make a purchase, we may earn an affiliate commission, but this never influences our opinion. wikiHow is a wiki, similar to Wikipedia, which means that many of our articles are co-written by multiple authors. You get an error message saying that the object is not found. Choose two more x-coordinates an equal number in each direction (positive and negative) from the vertex point. We use cookies to make wikiHow great. tooltip.style.display='none'; Therefore, the y-intercept coordinates are (0,-1). The general mathematical equation for a linear regression is . Then, type your desired values for the independent variable, At last, apply the AutoFill tool for getting the outcomes of the range, Hence, itll return the accurate outputs for the. { You can get the computer to display a perspective 3-dimensional plot by using the interactive_plot() function. Here is what we will cover in the article: An equation with the highest degree of 1 is linear. Therefore, its important to be able to give names to relationships, so that you can keep track of the various things you are working with. Find the two numbers. 1. In this example I want to show you how to plot multiple lines to a graph in R. First, we need to create further variables for our plot: y2 <- c(5, 1, 4, 6, 2, 3, 7, 8, 2, 8) # Create more example data Though Trijal is shy by nature, now he is able to interact smoothly because the tutors established a friendly rappo with him. There are three major forms of linear equations: point-slope form, standard form, and slope-intercept form. A one-degree equation is another name for it. There are several methods for solving a linear equation in 2 variables. if(fieldObj.name == 'Last Name') { Step 2: When we have our equation in this form, we can replace the value of x for various numbers. Furthermore, I have planned to release a Base R tutorial on line types soon. To create this article, 13 people, some anonymous, worked to edit and improve it over time. The y-intercept is the point at which a horizontal line would intersect with your graph. Linear Equation Graph. If we use an example of y>x(squared)-4x-1 and substitute the coordinates (0,0), then it will change to 0>0(squared)-4(0)-1. Ill keep you updated. For most equations, you simply need to plot a few points on the graph by plugging in inputs and generating outputs. Reproduce each of these plots. Step 3: Use these two numbers to find any missing values. So keep on reading! In plotting a function, you need to specify several things: There are three graphing functions in {mosaicCalc} that enable you to graph functions, and to layer those plots with graphs of other functions or data. Question 1: Solve the following linear equations using the substitution method. A positive run means you will move to the right of the x-axis, while a negative run means you will move to the left of the x-axis. Four years later, Lily will be twice as old as James. Question 6: The cost of three tables and two chairs is $605. In this R tutorial youll learn how to draw line graphs. In the formula, b= y-intercept. Learn a few of these methods for graphing linear, quadratic, inequality, and absolute value equations. For instance: Properly made scientific graphics should have informative axis names. If the solution to this is true and the coordinates are inside the parabola, shade inside the parabola. fieldObj.focus(); The independent variable is x and the dependent variable is y. Use 2 or 3 more inputs to plot the line on the graph. Figure 8: Create Line Chart with ggplot2 Package. }else{ if(!validateEmail214445000325504818()){return false;} y = f(x) = a + bx. I have a graph with a linear regression line. Example 4: If the difference in the measures of the given two complementary angles is 22. So the absolute value of |2| is 2, and the absolute value of |-2| is also two. Next, well use the following syntax to create a scatterplot with a fitted regression line and equation: #load necessary libraries library(ggplot2) library(ggpubr) #create plot with Step 4: Finally, we will plot the coordinates on a graph. ), has contours that are {Parallel Lines,Concentric Circles,Concentric Ellipses,X Shaped}, has contours that are {Parallel Lines,Concentric Circles, Concentric Ellipses, X Shaped}, has contours that are:{Parallel Lines,Concentric Circles,Concentric Ellipses,X Shaped}}, "http://www.mosaic-web.org/go/datasets/Income-Housing.csv", "Income Bracket ($US per household)/year", "http://www.mosaic-web.org/go/datasets/stan-data.csv", "http://www.mosaic-web.org/go/datasets/hawaii.csv", "http://www.mosaic-web.org/go/datasets/utilities.csv". x = c(1:250) mydata= data.frame(x, y= 30 + 2.5 * x + if((emailVal.replace(/^\s+|\s+$/g, '')).length!=0 ) y2 <- c(688, 688, 688, 750, 655, 655, 671, 741, 742, 742, 742, 673) The rise (number of spaces up) is the numerator of the fraction, while the run (number of spaces to the side) is the denominator of the fraction. The multiple regression with three predictor variables (x) predicting variable y is expressed as the following equation: y = z0 + z1*x1 + z2*x2 + z3*x3. A positive rise means that you will move up the y-axis, while a negative rise means you will move down. Report your results. # 4 2 y1 This image is not<\/b> licensed under the Creative Commons license applied to text content and some other images posted to the wikiHow website. ggplot2 - How to plot a function curve in R - Stack Overflow Solve Each System Of Linear Equations By Graphing Itprospt R Plot Function Add Titles Labels Change Colors And Overlaying Pots R add linear regression equation and in an You use contour_plot() to plot with two input lwd = 10). Non-Linear as the power of the variable x is 3. For example, if we have three equations as . return false; First, the read.csv() function is returning a value that is being stored in an object called housing. The following equation is for solving linear equations in two variables using the cross multiplication method. There are different ways a linear equation can be expressed. Next, draw your graph and place a point for the y-intercept, which would be negative 1 on the y axis. Geometry deals with shapes. Join the points to get a straight line. { To graph the slope, begin at the y-intercept. You can choose any numbers you want to fill in the top row of the table, as long as they are whole numbers and the same distance from the vertex. Graphing a quadratic equation will give you a parabola, which is a U shaped curve. } For instance, note that this statement gives a different value than the above: The reason for the discrepancy is that when the arguments are given without names, its the position in the argument sequence that matters. She looks forward to these sessions as they include fun activities and make learning quite enjoyable and stress-free. Linear equations are equations that have variables on both sides, and the variables are all multiplied by a constant. The following program prepares data that is used to demonstrate the method of adding regression equation and rsquare to graph. } # 3 5 y1 Then we will find the value of the unknown variable. Figure 7: Change pch Symbols of Line Graph. return false; Residual Plot R Tutorial. This article has been viewed 446,575 times. By signing up you are agreeing to receive emails according to our privacy policy. Learn more Graphing equations is a much simpler process that most people realize. Ayaan always had a special interest in Math.

lines(x, y2, type = "b", col = "red", pch = 15) Your email address will not be published. It is best to use graph paper when graphing equations. Whereas positive-value slopes travel upward, negative-value slopes travel downward. most part, the format used will be a contour plot. Level up your tech skills and stay ahead of the curve. It is possible to add points to visualize the underlying data of our line plot even better. His knowledge and problem solving skills in math has been improving after enrolling in Turito's One-on-One onlineTutoring. As a result, youll obtain the graph. In addition, you might have a look at some of the related tutorials on this website. An equation is said to be linear when all the variables have the highest power equal to one. 1. There are 14 references cited in this article, which can be found at the bottom of the page. So, in the above, 4 is being used for the value of t and 7 for the value of x. Its very easy to be confused by this situation, so a good practice is to identify the arguments explicitly by name: Approximately what is the value of the function at each of these (The rows are cases, sometimes called data points.) To read the data in to R, you need to know the name of the file and its location. Let's say you have something like y = 5x + 0. The slope is the number that tells you how much the line changes as it moves across the graph. var tooltip = el.nextElementSibling; Their services are flexible, and the tutors are very co-operative. Now you can see my articles in ExcelDemy blog. For example, if you have an equation with 2x + 3 = 5 then you can solve it by dividing both sides by 2. Follow these steps and stages to graph a linear equation in Excel. To graph a linear equation, all you have to do it substitute in the variables in this formula. \((x,t)\) pairs? These are the single-character double quotes, that is, " and not repeated single quotes ' ' or the backquote ` . Include your email address to get a message when this question is answered. Youll also need to find the slope, which would be 2/1, since it needs to be converted to a fraction. Have a look at the following R code: plot(x, y1, type = "l") # Basic line plot in R. Figure 1 visualizes the output of the previous R syntax: A line chart with a single black line. This image may not be used by other entities without the express written consent of wikiHow, Inc.
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/b\/bc\/Graph-Linear-Equations-Step-3-Version-2.jpg\/v4-460px-Graph-Linear-Equations-Step-3-Version-2.jpg","bigUrl":"\/images\/thumb\/b\/bc\/Graph-Linear-Equations-Step-3-Version-2.jpg\/aid1010063-v4-728px-Graph-Linear-Equations-Step-3-Version-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

\u00a9 2022 wikiHow, Inc. All rights reserved. This image is not<\/b> licensed under the Creative Commons license applied to text content and some other images posted to the wikiHow website. If you want to have a clearer graph, you can find five coordinates instead of three. look at. {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/1\/1c\/Graph-an-Equation-Step-1.jpg\/v4-460px-Graph-an-Equation-Step-1.jpg","bigUrl":"\/images\/thumb\/1\/1c\/Graph-an-Equation-Step-1.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-1.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/e\/ec\/Graph-an-Equation-Step-2.jpg\/v4-460px-Graph-an-Equation-Step-2.jpg","bigUrl":"\/images\/thumb\/e\/ec\/Graph-an-Equation-Step-2.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/4\/43\/Graph-an-Equation-Step-3.jpg\/v4-460px-Graph-an-Equation-Step-3.jpg","bigUrl":"\/images\/thumb\/4\/43\/Graph-an-Equation-Step-3.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-3.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/4\/49\/Graph-an-Equation-Step-4.jpg\/v4-460px-Graph-an-Equation-Step-4.jpg","bigUrl":"\/images\/thumb\/4\/49\/Graph-an-Equation-Step-4.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-4.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/c\/c4\/Graph-an-Equation-Step-5.jpg\/v4-460px-Graph-an-Equation-Step-5.jpg","bigUrl":"\/images\/thumb\/c\/c4\/Graph-an-Equation-Step-5.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-5.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/d\/d9\/Graph-an-Equation-Step-6.jpg\/v4-460px-Graph-an-Equation-Step-6.jpg","bigUrl":"\/images\/thumb\/d\/d9\/Graph-an-Equation-Step-6.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-6.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/0\/0a\/Graph-an-Equation-Step-7.jpg\/v4-460px-Graph-an-Equation-Step-7.jpg","bigUrl":"\/images\/thumb\/0\/0a\/Graph-an-Equation-Step-7.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-7.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/7\/78\/Graph-an-Equation-Step-8.jpg\/v4-460px-Graph-an-Equation-Step-8.jpg","bigUrl":"\/images\/thumb\/7\/78\/Graph-an-Equation-Step-8.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-8.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/2\/2b\/Graph-an-Equation-Step-9.jpg\/v4-460px-Graph-an-Equation-Step-9.jpg","bigUrl":"\/images\/thumb\/2\/2b\/Graph-an-Equation-Step-9.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-9.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/a\/a0\/Graph-an-Equation-Step-10.jpg\/v4-460px-Graph-an-Equation-Step-10.jpg","bigUrl":"\/images\/thumb\/a\/a0\/Graph-an-Equation-Step-10.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-10.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/a\/a6\/Graph-an-Equation-Step-11.jpg\/v4-460px-Graph-an-Equation-Step-11.jpg","bigUrl":"\/images\/thumb\/a\/a6\/Graph-an-Equation-Step-11.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-11.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/e\/ee\/Graph-an-Equation-Step-12.jpg\/v4-460px-Graph-an-Equation-Step-12.jpg","bigUrl":"\/images\/thumb\/e\/ee\/Graph-an-Equation-Step-12.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-12.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/0\/02\/Graph-an-Equation-Step-13.jpg\/v4-460px-Graph-an-Equation-Step-13.jpg","bigUrl":"\/images\/thumb\/0\/02\/Graph-an-Equation-Step-13.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-13.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/e\/e5\/Graph-an-Equation-Step-14.jpg\/v4-460px-Graph-an-Equation-Step-14.jpg","bigUrl":"\/images\/thumb\/e\/e5\/Graph-an-Equation-Step-14.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-14.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/3\/30\/Graph-an-Equation-Step-15.jpg\/v4-460px-Graph-an-Equation-Step-15.jpg","bigUrl":"\/images\/thumb\/3\/30\/Graph-an-Equation-Step-15.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-15.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/3\/37\/Graph-an-Equation-Step-16.jpg\/v4-460px-Graph-an-Equation-Step-16.jpg","bigUrl":"\/images\/thumb\/3\/37\/Graph-an-Equation-Step-16.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-16.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/a\/ad\/Graph-an-Equation-Step-17.jpg\/v4-460px-Graph-an-Equation-Step-17.jpg","bigUrl":"\/images\/thumb\/a\/ad\/Graph-an-Equation-Step-17.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-17.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/6\/62\/Graph-an-Equation-Step-18.jpg\/v4-460px-Graph-an-Equation-Step-18.jpg","bigUrl":"\/images\/thumb\/6\/62\/Graph-an-Equation-Step-18.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-18.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/b\/bd\/Graph-an-Equation-Step-19.jpg\/v4-460px-Graph-an-Equation-Step-19.jpg","bigUrl":"\/images\/thumb\/b\/bd\/Graph-an-Equation-Step-19.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-19.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/c\/cb\/Graph-an-Equation-Step-20.jpg\/v4-460px-Graph-an-Equation-Step-20.jpg","bigUrl":"\/images\/thumb\/c\/cb\/Graph-an-Equation-Step-20.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-20.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/6\/6e\/Graph-an-Equation-Step-21.jpg\/v4-460px-Graph-an-Equation-Step-21.jpg","bigUrl":"\/images\/thumb\/6\/6e\/Graph-an-Equation-Step-21.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-21.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/2\/28\/Graph-an-Equation-Step-22.jpg\/v4-460px-Graph-an-Equation-Step-22.jpg","bigUrl":"\/images\/thumb\/2\/28\/Graph-an-Equation-Step-22.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-22.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/b\/be\/Graph-an-Equation-Step-23.jpg\/v4-460px-Graph-an-Equation-Step-23.jpg","bigUrl":"\/images\/thumb\/b\/be\/Graph-an-Equation-Step-23.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-23.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/a\/ad\/Graph-an-Equation-Step-24.jpg\/v4-460px-Graph-an-Equation-Step-24.jpg","bigUrl":"\/images\/thumb\/a\/ad\/Graph-an-Equation-Step-24.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-24.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/0\/0b\/Graph-an-Equation-Step-25.jpg\/v4-460px-Graph-an-Equation-Step-25.jpg","bigUrl":"\/images\/thumb\/0\/0b\/Graph-an-Equation-Step-25.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-25.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/7\/76\/Graph-an-Equation-Step-26.jpg\/v4-460px-Graph-an-Equation-Step-26.jpg","bigUrl":"\/images\/thumb\/7\/76\/Graph-an-Equation-Step-26.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-26.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/3\/36\/Graph-an-Equation-Step-27.jpg\/v4-460px-Graph-an-Equation-Step-27.jpg","bigUrl":"\/images\/thumb\/3\/36\/Graph-an-Equation-Step-27.jpg\/aid3787484-v4-728px-Graph-an-Equation-Step-27.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"