Blame view

man/read_no_interference.Rd 582 Bytes
1f2b1b8e   Karol Niewiadomski   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/reading_funs.R
\name{read_no_interference}
\alias{read_no_interference}
\title{Read data with no interference}
\usage{
read_no_interference(data_path, start_from_period = 2, how_many_periods = 2)
}
\arguments{
\item{start_from_period}{from which}

\item{how_many_periods}{}
}
\value{

}
\description{
Reads data from measurements, without interference.
}
\examples{

T1 <- read_no_interference("/Users/karolniewiadomski/Documents/SCENT/Simulations/ExperimentsUZ/ErrorModelsDataClean/", 2, 2)
head(T1)

}