Description Regular expressions Various Author(s) Examples
A set of functions (including convenience and wrapper functions)
designed to be used for variety of different purposes such as
infix operators, Matlab style functions (e.g. that clear objects
from environments), funcions that find indices #' of certain matrix
elements, functions that sort elements of matrices in a certain way,
functions that modify strings, etc.
[+] - function is well described.
[!] - a description is incomplete and needs revision.
Functions in spMisc
by topic
regcapturedmatches
regexp2df
bru
fCap
list_functions
Vilmantas Gegzna
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## Not run:
# List all functions in package:
list_functions()
# Plot structure of functions inside the package:
require(sna)
require(mvbutils)
pkgFW <- mvbutils::foodweb(where="package:spMisc", 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")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.