spHelper.Rd
[+] - function is well described.
[!] - a description is incomplete and needs revision.
Functions in spHelper by topic
sortLoadings
GaussAmp
getScores
infoDim
qplot_infoDim
whichOutlier
regcapturedmatches
regexp2df
bru
fCap
make_firstCapitals
list_functions
hyDrop_NA
# \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)
}# }