Learn R Programming

RockFab (version 1.2.1)

FRY-class: Class "FRY"

Description

A class to hold data from sectional Fry analyses.

Arguments

Objects from the Class

Objects can be created by calls of the form new("FRY", ...).

Slots

sectionName:

Object of class "character" defining the section ID string.

vectorMean:

Object of class "numeric" for the calculated calculated central void rake.

strainRatio:

Object of class "numeric" for calculated strain ratio.

sampleSize:

Object of class "numeric" containing the number of objects used in sectional analysis.

rsAxes:

Object of class "numeric" with length of two containing the major and minor axial lengths of central void.

meanObjectArea:

Object of class "numeric" the average object area.

fryParams:

Object of class "data.frame" containing fry point coordinates, angle from origin, and distance from origin.

voidScale:

Object of class "numeric" containing the distance from origin plot should be scaled.

Methods

No methods defined with class "FRY" in the signature.

See Also

'>RFPHI

Examples

Run this code
# NOT RUN {
showClass("FRY")
# }

Run the code above in your browser using DataLab