The solution for the Equation is \(y = 2\)
The soln for the Equation is \[ y = 2x + 5 \] For symbols use forward slash
The critical value is representaed as \(\alpha\)
Wavelength is \(\lambda\)
For subscripts and superscripts \[ Y = \beta_0 + \beta_1 X + \beta_2 X^2 + \beta_3 X^3 + \beta_nX^n + \epsilon \] Italics OR Italics
Bold OR Bold
[linked text] (https://modernstatisticswithr.com/eda.html#formatting-text)
Item 1
Item 2
Sub-Item 1
Sub-Item 2
Item 3
Column 1 | Column 2
———- | ———
Content | More Content
Even more | And some more
Even more? | Yes!
##Creating an image
OR
##Code Chunks (press Ctrl + Alt + i)
###Let’s their examples
plot(pressure)
We can add name and caption to the chunk
plot(pressure)
Plot of the Pressure data.
As we can seen in figure (fig:pressureplot), the relationship between temperature and pressure resembles banana.
###You can add settings to the chunk
plot(pressure)
The above runs the code without printing it
plot(pressure)
#CUSTOMIZING GGPLOT-2 PLOTS
ggplot( data = star mapping = aes(x = mass) )