spMisc: Convenience, wrapper and other kind of miscellaneous...

Description Author(s) Examples

Description

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

Author(s)

Vilmantas Gegzna

Examples

 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)

GegznaV/spTMP documentation built on May 6, 2019, 6:07 p.m.