[+] - function is well described.

[!] - a description is incomplete and needs revision.

Functions in spHelper by topic

Cross-validation

stratifiedFolds

Component analysis / Spectroscopy

sortLoadings
GaussAmp
getScores
infoDim
qplot_infoDim
whichOutlier

Regular expressions

regcapturedmatches
regexp2df

Various

bru
fCap
make_firstCapitals
list_functions
hyDrop_NA

Author

Vilmantas Gegzna

Examples


# \donttest{
if (FALSE) {

# List all functions in package:

list_functions()

# Plot structure of functions inside the package:
require(sna)
require(mvbutils)

pkgFW <- mvbutils::foodweb(where="package:spHelper", cex=0.7, charlim=60)
sna::gplot(pkgFW$funmat, g = 9,
           jitter = T,
           # mode = "mds",
           label.cex = .6,
           diag=TRUE,
           vertex.cex=1:2,
           displaylabels=TRUE,
           label.bg="gray90")


# Other things to remember


 devtools::build_vignettes()

plotc(ObjectName[,,500],model = spc~Integration_time)
}# }