Diff of /man/vrBlock-class.Rd [000000] .. [413088]

Switch to unified view

a b/man/vrBlock-class.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/allclasses.R
3
\docType{class}
4
\name{vrBlock-class}
5
\alias{vrBlock-class}
6
\alias{vrBlock}
7
\title{The vrBlock (VoltRon Block) Class}
8
\description{
9
The vrBlock (VoltRon Block) 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