Skip to content

nhcooper123/SPELT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPELT: Species Pairs Evolutionary Lag Test (SPELT)

Build Status

Build Status

This repository contains functions needed to use SPELT.

Installing SPELT

You can install directly from GitHub if you have the devtools package installed:

library(devtools)
install_github("nhcooper123/SPELT")
library(SPELT)

Totally magical!

Using SPELT

The package has lots of internal functions but the only function you really need is SPELT:

data(shorebird, package = "caper")
SPELT.results <- SPELT(shorebird.tree, shorebird.data,
                     "F.Mass", "Egg.Mass", "Species")
summary(SPELT.results)
plot(SPELT.results)
str(SPELT.results$data)

Check out ?SPELT in R for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages