read.emb.data: Read data from new Spiroff format

Description Usage Arguments Details Value Examples

Description

Read 2d data from file and return data frame

http://urchin.spbcas.ru/flyex/apt.jsp?by=name&data=qdata&htmt=mf2iq.htmt&embryo_name=bd3&level=1&order_cl=e.name&button_name=Search

Usage

1

Arguments

file

filename

Details

http://urchin.spbcas.ru/flyex/apt.jsp?htmt=mf3_d.htmt&by=name&data=d_load

Value

A data frame.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
xlim <- c(22, 88)
ylim <- c(32, 68)
L <- c(15, 15)

file <- system.file("extdata/data", "ab16.txt", package = "BioSSA")
df <- read.emb.data(file)

bs <- BioSSA(cad ~ AP + DV, data = df, ylim = ylim, xlim = xlim, L = L)
nm <- noise.model(bs, 1:3)

plot(nm)
summary(nm)

# More breif
plot(bs, type = "residuals", groups = 1:3)

BioSSA/BioSSA documentation built on May 5, 2019, 3:47 p.m.