# set template
library(HMSr)
library(tidyverse)
library(lubridate)
# library(here)
# library(readxl)
# library(patchwork)

# Override the default theme and colors for the ggplot
theme_set_hms()

# For the icelandic names of the months :)
Sys.setenv(LANGUAGE="is")
Sys.setlocale("LC_TIME", "Icelandic")

# Set echo = TRUE to show the code
knitr::opts_chunk$set(
    echo = FALSE,
    fig.width = 18/2.54,
    message = FALSE,
    warning = FALSE,
    include = TRUE,
    dpi = 300,
    dev.args=list(bg="white")
)

Fyrirsögn 1

Texti

# R kóði


karsfri/HMSr documentation built on Feb. 26, 2020, 10:36 a.m.