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

Capstone

Travis build status

This package provides functions to work with NOAA earthquake data and provides visualization methods.

Installation

For the installation of this package one first has to download the devtools package. Subsequently one can download the Capstone from github.

#install_github("mkaywins/Capstone", build_vignettes = TRUE)

# library("Capstone")

Introduction

For an introduction to this package and its functions make sure to read the vignette 'Introduction'. Run vignette("Introduction","Capstone") or browseVignettes("Capstone") to view vignettes of this package.



mkaywins/Capstone_project documentation built on Feb. 24, 2020, 8:36 p.m.