WellData: Constructor for WellData objects

Description Usage Arguments Value Examples

View source: R/Data.R

Description

Given a WellLocation object, and a list of ImageData objects, a WellData object is built up.

Usage

1
WellData(well, data = NULL)

Arguments

well

A WellLocation object for the target well

data

An optional list of ImageData objects corresponding to the target well

Value

A WellData object: a list with slots for metadata and data, with the data slot holding upt to 9 ImageData objects

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data <- WellData(WellLocation("J107-2C", "D", 15))

## Not run: 
  --> structure of output
    |--> metadata for well
    |--> data (list of 6/9 ImageData objects)
      |--> img_11
     ...
      |--> img_33/32

## End(Not run)

nbenn/singleCellFeatures documentation built on May 23, 2019, 12:24 p.m.