knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(tidyverse)
library(alohaal)

alohaal

The goal of alohaal is to ...

Installation

And the development version from GitHub with:

# install.packages("devtools")
#devtools::install_github("adhil0/alohaal")

Example

This is a basic example which shows you how to solve a common problem:

#library(alohaal)
## basic example code

| Dataset | Description | Techniques Used | | ----------- | ----------- | ---------------- | | nwt_pikas | Pika demography data for west knoll and Indian Peaks wilderness, 2008 - ongoing |ggmap, sf, ggplot2, spatial plotting | | ntl_ice | North Temperate Lakes LTER: Ice Duration - Madison Lakes Area 1853 - current | joining datasets, Time Series, line plots |



adhil0/alohaal documentation built on May 3, 2021, 11:11 p.m.