plotline: Plot mean and error bar as line chart, for single factor

Description Usage Arguments Value

View source: R/general_tools.r

Description

Plots a standard 'mean and error bar figure for levels of a single factor as a line plot. Factors represented as continuous variables must be converted to an actual factor (using as.factor) before use.

Usage

1
plotline(data, val, factor, error = "sd")

Arguments

data

The dataset containing the values to be plotted.

val

The column of the dataset representing the values to be averaged.

factor

The column representing the grouping factor (categories on the x-axis.

error

The type of error value to be calculated. Options are "sd", "se" or "ci". Defaults to "sd".

Value

A line plot of means and error bars for a single factor.


robbriers/mytools documentation built on Dec. 12, 2020, 1:14 p.m.