R/format_ddepn.R

# reformat colnames of example dataset to conform to ddepn input matrix requirements
# 
# Author: benderc
###############################################################################

format_ddepn <- function(dat) {
	colnames(dat) <- sub("-[0-9]+_","_",colnames(dat))
	dat
}

Try the ddepn package in your browser

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

ddepn documentation built on May 2, 2019, 4:42 p.m.