vignettes/my-vignette.R

## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(RcourseLAB4)
library(ggplot2)

## ------------------------------------------------------------------------
linreg(formula = Petal.Length ~ Species, data = iris)

## ------------------------------------------------------------------------
summary(linreg(formula = Petal.Length ~ Species, data = iris))

## ------------------------------------------------------------------------
RcourseLAB4::theme_liu1()

RcourseLAB4::theme_liu2()
aashana94/RcourseLAB4 documentation built on May 9, 2019, 8:12 a.m.