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

nalar

nalar is my personal R package in which I will place various code for analysis and plotting that I find useful and plan to use a lot. I'll try to keep it documented, tested and working, so feel free to use.

Installation

You can install the released version of nalar from github with:

install_github("Alanocallaghan/nalar")
load_all()
library("nalar")
association_plot(mtcars)
pca_association_plot(mtcars, method = "prcomp")


Alanocallaghan/nalar documentation built on Feb. 27, 2023, 3:27 p.m.