summary.BoneProfileR {BoneProfileR} | R Documentation |
Plot a bone section
Description
Display information of bone section
Usage
## S3 method for class 'BoneProfileR'
summary(object, max.level = FALSE, analysis = 1, ...)
Arguments
object |
The bone image |
max.level |
If TRUE, will return all list element of the objects |
analysis |
The analysis to report the global compacteness |
... |
Not used |
Details
summary.BoneProfileR displays a bone section
Value
An invisible list with recorded information
Author(s)
Marc Girondot marc.girondot@gmail.com
See Also
Other BoneProfileR:
BP_AutoFit()
,
BP_ChooseBackground()
,
BP_ChooseCenter()
,
BP_ChooseForeground()
,
BP_DetectBackground()
,
BP_DetectCenters()
,
BP_DetectForeground()
,
BP_DuplicateAnalysis()
,
BP_EstimateCompactness()
,
BP_FitBayesianCompactness()
,
BP_FitMLCompactness()
,
BP_FitMLRadialCompactness()
,
BP_GetFittedParameters()
,
BP_ListAnalyses()
,
BP_LnLCompactness()
,
BP_OpenImage()
,
BP_Report()
,
Erinaceus_europaeus
,
plot.BoneProfileR()
Examples
## Not run:
# Not run:
library(BoneProfileR)
bone <- BP_OpenImage()
# or
path_Hedgehog <- system.file("extdata", "Erinaceus_europaeus_fem_2-1_small.png",
package = "BoneProfileR")
bone <- BP_OpenImage(file=path_Hedgehog)
summary(bone)
## End(Not run)
[Package BoneProfileR version 2.5 Index]