plotFim.Rd
The given FIM is plotted as a heatmap, with one tile for each matrix element.
plotFim(fim, vars = NULL, log = TRUE, label = FALSE)
A matrix with row and column names containing the FIM,
as produced by calcFimFromMatrix
or calcFimFromModel
.
Vector of names of parameters to be included in the plots.
If NULL
(default) or missing, all parameters in the FIM are used.
If TRUE
(default), then the FIM values are shown on the log scale.
If FALSE
, then not.
If TRUE
, then the heatmap is labelled with the FIM values.
If FALSE
(default), then not.
A plot.
If on log scale, the heatmap uses separate color gradients for positive and negative values, if possible.
If this is not possible (it requires the package ggnewscale
),
then negative values are indicated by a '-' symbol.
Optionally, the heatmap is labelled with the matrix values.
Other plotting and printing:
plotAliasing()
,
plotSensitivities()
,
plotVariations()
,
print.keepattr()