R/satPlot2.R

Defines functions satPlot2

Documented in satPlot2

satPlot2 <- function(DNAbin){
	alignDist<- dist.dna(DNAbin, model = "raw")
	plot(alignDist, main = "p-distances")
	abline(h = 0.1, col = "blue", lwd = 5, lty = 2)
}

Try the spiderDev package in your browser

Any scripts or data that you put into this service are public.

spiderDev documentation built on May 2, 2019, 5:23 p.m.