vascr_plot_continuous: Plot a continuous ECIS variable

View source: R/vascr_plot_continuous.R

vascr_plot_continuousR Documentation

Plot a continuous ECIS variable

Description

Plot a continuous ECIS variable

Usage

vascr_plot_continuous(data, cols, priority, level, error, ...)

Arguments

data

A standard ECIS dataset

cols

The column names to display

priority

Priority of variables to plot

level

Level of data replication to plot

error

Type of error to plot

...

Variables to be passed to vascr_prep_graphdata and vascr_polish_plot

Value

a ggplot 2 object

Examples


#vascr_plot_line(growth.df, unit = "R", frequency = 4000, level = "summary")


# vascr_plot_continuous(growth.df, unit = "R", frequency = 4000, level = "wells", 
#time = 100, error = Inf, priority = c("cells", "Experiment"))
# vascr_plot_continuous(growth.df, unit = "R", frequency = 4000, level = "experiments",
# time = 100, priority = c("cells", "Experiment"), error = 1)
# vascr_plot_continuous(growth.df, unit = "R", frequency = 4000, level = "summary",
# time = 100, continuous = "cells", error = Inf, priority = c("cells", "Experiment"))


#data = growth.df



JamesHucklesby/vascr documentation built on April 30, 2024, 8:33 a.m.