The goal of vascr is to easily process impedance sensing data from ECIS, xCELLigence, cellZscope and ScioSpec platforms.
You can install the development version of vascr from GitHub with:
# install.packages("pak")
pak::pak("JamesHucklesby/vascr")Vascr can rapidly plot impedance sensing data.
library(vascr)
vascr_plot_line(growth.df %>% vascr_subset(unit = "R", frequency = "4000"))