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

rawKS

CRAN status Travis build status DOI

The goal of rawKS is to easily extract the raw KS statistics to plot and report. The Python version pyks is hosted from GitHub.

Installation

You can install the released version of rawKS from CRAN with:

install.packages("rawKS")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("JiaxiangBU/rawKS")

Example

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


Citations

citations <- add2pkg::add_zenodo_citation("README.Rmd")
cat(citations$Cite)
cat(paste0("```BibTex\n",citations$BibTex,"\n```"))
cat(citations$Comments)

r add2pkg::add_disclaimer("Jiaxiang Li")



JiaxiangBU/rawKS documentation built on Feb. 22, 2020, 10:27 a.m.