R/read.cinetic.r

Defines functions read.cinetic

Documented in read.cinetic

read.cinetic <- function(file)
{
	return(read.csv(file,h=TRUE,sep=';',dec=',',skip=5))
}

Try the SCiAn package in your browser

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

SCiAn documentation built on May 2, 2019, 5:24 p.m.