Description Usage Arguments Details
These functions enable mixing base and grid graphics in aheatmap,
by avoiding calls to the grid internal function 'L_gridDirty'.
They are not exported (i.e. not tampering core functions) and are only meant for internal
use within the NMF package.
1 2 3 4 5 | tryViewport(name, verbose = FALSE)
current.vpPath_patched(force.unpatched = FALSE, verbose = FALSE)
.use.grid.patch()
|
name |
viewport name |
verbose |
toggle verbosity |
tryViewport tries to go down to a viewport in the current tree,
given its name.
tryViewport uses grid.ls and not
seekViewport as the latter would reset the graphic device
and break the mix grid/base graphic capability.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.