seg_graph2: Graph: Point graph for one factor model 2

View source: R/seggraph2_function.R

seg_graph2R Documentation

Graph: Point graph for one factor model 2

Description

This is a function of the point graph for one factor

Usage

seg_graph2(
  model,
  theme = theme_gray(),
  pointsize = 4,
  pointshape = 16,
  horiz = TRUE,
  vjust = -0.6
)

Arguments

model

DIC, DBC or DQL object

theme

ggplot2 theme

pointsize

Point size

pointshape

Format point (default is 16)

horiz

Horizontal Column (default is TRUE)

vjust

vertical adjusted

Value

Returns a point chart for one factor

Author(s)

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

See Also

radargraph, barplot_positive, plot_TH, corgraph, spider_graph, line_plot

Examples

data("laranja")
a=with(laranja, DBC(trat, bloco, resp,
       mcomp = "sk",angle=45,
       ylab = "Number of fruits/plants"))
seg_graph2(a,horiz = FALSE)

AgroR documentation built on Sept. 14, 2023, 1:09 a.m.