require(tidyverse)
require(DBI)
require(RPostgres)
require(ggplot2)
require(xtable)
require(NinaR)
knitr::opts_chunk$set(echo = TRUE, tidy = T)
options(xtable.comment = F, xtable.include.rownames = F, nina.logo.y.pos = 0.15)
palette(ninaPalette())
con <- dbConnect(Postgres(), host = "ninpgsql03.nina.no", dbname = "gisdata", user = "postgjest", password = "gjestpost")


NINAnor/SurveyPower documentation built on May 7, 2019, 10:43 p.m.