vascr_combine: Combine ECIS data frames end to end

vascr_combineR Documentation

Combine ECIS data frames end to end

Description

This funciton will combine ECIS datasets end to end. Preferential to use over a simple rbind command as it runs additional checks to ensure that datapoints are correctly generated

Usage

vascr_combine(..., resample = FALSE)

Arguments

...

List of data frames to be combined

resample

Automatically try and resample the dataset. Default is FALSE

Value

A single data frame containing all the data imported, automaticaly incremented by experiment

Examples


#Make two fake experiments worth of data

#experiment1.df = vascr_subset(growth.df, experiment = "1")
#experiment2.df = vascr_subset(growth.df, experiment = "2")
#experiment3.df = vascr_subset(growth.df, experiment = "3")

#data = vascr_combine(experiment1.df, experiment2.df, experiment3.df)
#head(data)


JamesHucklesby/vascr documentation built on May 10, 2024, 2:52 p.m.