transport-internal {transport} | R Documentation |
Internal Functions in Package ‘transport’
Description
Internal functions in package ‘transport’
Usage
dedegenerate(basis)
findblocks(tbasis)
fudge(temp, N = 1e+09)
gif.generate(M.save, M.source, M.target, K, file.name, fps, new.l,
gif_type,out.col= grey(0:1000/1000),width=800,height=800)
image2(x, y, z, rot = FALSE, ...)
image3(z, x=1:dim(z)[1], y=1:dim(z)[2], rot=TRUE, ...)
plot_pgrid_wpp(x, y, tplan, pmass=TRUE, cex=0.8, length=0.1, acol="#996699",
bcol = 4, pcol = "goldenrod2", lwd = 1.5, rot = TRUE, ...)
refinesol(a1, b1, a2, b2, assig1, basis1, mult = 2)
triangulate(basis)
Details
These internal functions should usually not be called directly by the user.
They perform more elementary tasks, do little to no checks of their inputs,
and may change from one package version to the next without notice.
Also, most of these functions are not exported, so call them by
transport:::name_of_fun
if you must.
Author(s)
Dominic Schuhmacher dschuhm1@uni-goettingen.de
Florian Heinemann florian.heinemann@stud.uni-goettingen.de (gif.generate)
[Package transport version 0.15-4 Index]