Description Usage Arguments Value
this function displays/saves/returns a Graphical ggplot2 illustrating the difference between the observed and estimated
1 2 3 4 5 6 7 | getggplot2GraphicObservadoXEstimado(titulo = "observadoXestimado",
nome = "observadoXestimado", observado, estimado,
identificadorIndividual = NULL, identificadorGrupal = NULL,
showTestF = TRUE, TestFposition = 4,
titleIdentificadorGrupal = NULL, save = NULL, labsX = "observado",
labsy = "estimado", nomeParaExibir = NULL, environ = 1,
extensao = ".png", ...)
|
titulo |
is the title graphic |
nome |
name of file case save |
observado |
list containing the observations of variable |
estimado |
list containing estimates of variable |
identificadorIndividual |
list containing 'id' of individuals |
identificadorGrupal |
list containing group of individuals |
showTestF |
draw results of test F in graphic? |
TestFposition |
show one of the four corners of the graph clockwise |
titleIdentificadorGrupal |
title of Legend of the groups |
save |
If you want to save enter the directory as a string |
labsX |
label x |
labsy |
label y |
nomeParaExibir |
This is the name to display the graph as a function after the completion of this |
environ |
environment in which the function to display the ggplot2 must be saved |
extensao |
type of image that will be saved |
... |
only for compatibility with other functions |
will be returned the graphical generated by ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.