getGraphicVolumeTotal: Get rbokeh grapic observed versus estimated

Description Usage Arguments Value

Description

this function displays/saves/returns a Graphical rbokeh illustrating the difference between the observed and estimated

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
getGraphicVolumeTotal(
  titulo = "observadoXestimado",
  nome = "observadoXestimado",
  observado,
  estimado,
  showTestF = TRUE,
  save = NULL,
  labsX = "observado",
  labsy = "estimado",
  vetorial = T,
  desc = NULL,
  data = NULL,
  mapeamento = list(idade2 = "idadearred2", parcela = "parcela", areacorr = "areacorr"),
  ...
)

Arguments

titulo

is the title graphic

nome

name of file case save

observado

list containing the observations of variable

estimado

list containing estimates of variable

showTestF

draw results of test F in graphic?

save

If you want to save enter the directory as a string

labsX

label x

labsy

label y

vetorial

save picture in vector type? (Default TRUE)

desc

description of plot geted from avaliavolumeavancado

data

database to retireve fields to id

mapeamento

name of fields on base

...

optionals params to plot graphic in ITGM

Value

will be returned a rbokeh graphic


ITGM documentation built on Jan. 20, 2021, 5:06 p.m.