Skip to content

alanocallaghan/nalar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()
#> Loading nalar
#> Creating a generic function from function 'associate' in package 'nalar'
#> Creating a generic function from function 'pca_association_plot' in package 'nalar'
library("nalar")
association_plot(mtcars)

pca_association_plot(mtcars, method = "prcomp")

About

Common data science, analysis, and visualisation tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages