transport-internal | R Documentation |
Internal functions in package ‘transport’
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)
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.
Dominic Schuhmacher dschuhm1@uni-goettingen.de
Florian Heinemann florian.heinemann@stud.uni-goettingen.de (gif.generate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.