parSort-class {TapeS}R Documentation

An S4 class to represent the parameters for tree assorting.

Description

This class represents one or multiple parameter sets holding the necessary information to specify the assortment process.

using indices i and j to subset

Usage

## S4 method for signature 'parSort,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

Arguments

x

object from which to extract

i

index i

j

index j

...

not currently used

drop

drop dimensions, defaults to FALSE

Details

The assortment process is defined by several parameters. These follow the specification of its ancestor BDAT , but are extended to allow for fix length assortments at the tree top (industrial wood / pulp wood) and relaxes transport length and stump height.

Value

a part of the original object

Methods (by generic)

Slots

stH

stump height

Lxh

length of unusable wood at stem foot, see details

Hkz

height indicator, see details

Skz

stem indicator, see details

Hsh

height of stem wood, see details

Zsh

cutting diameter of stem wood, see details

Lsh

length of stem wood, see details

Zab

cutting diameter of upper trunk, see details

Lab

length of upper trunk, see details

Az

minimal cutting diameter, defaults to 7cm, see details

LIh

length of industrial wood, see details

trL

maximum transport length

fixN

number of fixed length assortments, see details

fixL

length of fixed length assortments, see details

fixZ

cutting diameter of fixed length assortments, see details

fixA

absolute add-on for good measure of fixed length assortments, see details

fixR

relative add-on for good measure of fixed length assortments, see details

Examples

parSort()
parSort(Lxh=1)
parSort(n=2)

[Package TapeS version 0.12.1 Index]