You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## ----instaR-first-plot, fig.width=6, fig.height=3, out.width='1\\linewidth', fig.pos="!ht", fig.cap = "Plot of mtcars weight and miles per gallon."----
plot(x = mtcars$wt, y = mtcars$mpg)
## ----instaR-first-plotb, fig.width=5, fig.height=5, out.width='.6\\linewidth', fig.pos="!ht", fig.cap = "Plot of mtcars weight and miles per gallon with a different aspect ratio that is roughly equal height and width rather than much wider than tall."----