bananaPlot: Plot function : the fit -continuous line-, hybrid effect...

Description Usage Arguments Value

View source: R/BananaPlot.R

Description

Plot function : the fit -continuous line-, hybrid effect variation -dotted line-, and 95CI of the fit, all parameters varying

Usage

1
2
3
bananaPlot(mod, data, response, hybridIndex = seq(0, 1, 0.05),
  cols = wesanderson::wes_palette("IsleofDogs1")[c(1, 3)], group,
  islog10 = F)

Arguments

mod

A model to be ploted

data

A data frame

response

A character string. Response -e.g. "worm_count"

hybridIndex

A vector of points representing the index used as x axis

cols

A vector of two colors for the two groups

group

A character string. Which group is considered -e.g. "Sex"

islog10

logical. Is the y axis ploted with log10 transformation

Value

A plot of our model


alicebalard/parasiteLoad documentation built on May 17, 2021, 12:02 p.m.