|
a |
|
b/man/vrSample-class.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allclasses.R |
|
|
3 |
\docType{class} |
|
|
4 |
\name{vrSample-class} |
|
|
5 |
\alias{vrSample-class} |
|
|
6 |
\alias{vrSample} |
|
|
7 |
\title{The vrSample (VoltRon Sample) Class} |
|
|
8 |
\description{ |
|
|
9 |
The vrSample (VoltRon Sample) Class |
|
|
10 |
} |
|
|
11 |
\section{Slots}{ |
|
|
12 |
|
|
|
13 |
\describe{ |
|
|
14 |
\item{\code{layer}}{A list of layers (vrLayer)} |
|
|
15 |
|
|
|
16 |
\item{\code{zlocation}}{a vector of z coordinates of layers} |
|
|
17 |
|
|
|
18 |
\item{\code{adjacency}}{an adjacency matrix of connected layers within a block} |
|
|
19 |
}} |
|
|
20 |
|