View source: R/BP_ListAnalyses.R
| BP_ListAnalyses | R Documentation |
Get the analyses stored in an object.
BP_ListAnalyses(bone, silent = TRUE, max.level = FALSE)
bone |
The bone image to be used |
silent |
Should the results be shown ? |
max.level |
If TRUE, will return all list element of the objects |
BP_ListAnalyses lists the analyses stored in an object
The list of analyses
Marc Girondot marc.girondot@gmail.com
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_LnLCompactness(),
BP_OpenImage(),
BP_Report(),
Erinaceus_europaeus,
plot.BoneProfileR(),
summary.BoneProfileR()
## Not run:
# Not run:
library(BoneProfileR)
path_Hedgehog <- system.file("extdata", "Erinaceus_europaeus_fem_2-1_small.png",
package = "BoneProfileR")
bone <- BP_OpenImage(file=path_Hedgehog)
bone <- BP_DetectBackground(bone=bone, analysis="logistic")
bone <- BP_DetectForeground(bone=bone, analysis="logistic")
bone <- BP_DetectCenters(bone=bone, analysis="logistic")
bone <- BP_EstimateCompactness(bone, analysis="logistic")
bone <- BP_FitMLCompactness(bone, analysis="logistic")
plot(bone)
plot(bone, type="observations")
plot(bone, type="observations+model", analysis=1)
bone <- BP_DuplicateAnalysis(bone, from="logistic", to="flexit")
BP_ListAnalyses(bone)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.