R/zzz.r

setClass("RFPHI", representation = representation(
    sectionName = "character",
    vectorMean = "numeric",
    harmonicMean = "numeric",
    strainRatio = "numeric",
    indexSymmetry = "numeric",
    sampleSize = "numeric",
    meanObjectArea = "numeric",
    rsAxes = "numeric",
    chiSquare = "data.frame"
  ))
  
setClass("FRY", representation = representation(
    sectionName = "character",
    vectorMean = "numeric",
    strainRatio = "numeric",
    sampleSize = "numeric",
    rsAxes = "numeric",
	meanObjectArea = "numeric",
    fryParams = "data.frame",
	voidScale = "numeric"
  ))
  

Try the RockFab package in your browser

Any scripts or data that you put into this service are public.

RockFab documentation built on June 23, 2022, 9:11 a.m.