[58c332]: / RadETL / man / anatomicRegion.Rd

Download this file

22 lines (21 with data), 574 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/anatomicRegion_OccurrenceTable.R
\name{anatomicRegion}
\alias{anatomicRegion}
\title{'anatomicRegion'}
\usage{
anatomicRegion(DICOMList)
}
\arguments{
\item{DICOMList}{you can put it like this and then run the function : DICOMList<-anatomicRegion(DICOMFolderPath)}
}
\value{
A dataframe representing anatomic region of each shoot
}
\description{
anatomicRegion function represents anatomic region of each shoot
}
\examples{
DICOMList<-DICOMHeaderList(DICOMFolderPath)
anatomicRegion(DICOMList)
}