N_model: Analysis: graph for not significant trend

Description Usage Arguments Value Author(s) Examples

View source: R/N_model.R

Description

Ggraph for non-significant trend. Can be used within the multicurve command

Usage

1
2
3
4
5
6
7
8
9
N_model(
  trat,
  resp,
  ylab = "Germination (%)",
  error = "SE",
  xlab = expression("Temperature ("^"o" * "C)"),
  theme = theme_classic(),
  legend.position = "top"
)

Arguments

trat

Numerical vector with treatments (Declare as numeric)

resp

Numerical vector containing the response of the experiment.

ylab

Dependent variable name (Accepts the expression() function)

error

Error bar (It can be SE - default, SD or FALSE)

xlab

Independent variable name (Accepts the expression() function)

theme

ggplot2 theme (default is theme_classic())

legend.position

legend position (default is "top")

Value

The function returns an exploratory graph of segments

Author(s)

Gabriel Danilo Shimizu

Leandro Simoes Azeredo Goncalves

Examples

1
2
3
4
library(seedreg)
data("aristolochia")
attach(aristolochia)
N_model(trat,resp)

AgronomiaR/seedreg documentation built on May 19, 2021, 12:12 p.m.