plotRB: Get rbokeh grapic observed versus estimated

Description Usage Arguments Value

View source: R/plotRB.R

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
16
17
18
19
20
21
plotRB(
  titulo = "observadoXestimado",
  nome = "observadoXestimado",
  observado,
  estimado,
  id = NULL,
  save = NULL,
  labsX = "observado",
  labsy = "estimado",
  showTestF = TRUE,
  colID = "idLabel",
  sobnome = "ObservadoXEstimado",
  data = NULL,
  diretorio = NULL,
  datadiretorio = NULL,
  HTTPS = FALSE,
  totalizar = NULL,
  campoID = 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

id

list containing 'id' of individuals

save

If you want to save enter the directory as a string

labsX

label x

labsy

label y

showTestF

draw results of test F in graphic?

colID

label of ids

sobnome

optional name to append of file name graphic

data

database to retireve fields to id

diretorio

database to retireve fields to id

datadiretorio

optional abstract path of directory

HTTPS

script in https?

totalizar

generat graphic of volume total

campoID

name of parcela field in data

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.

Related to plotRB in ITGM...