Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 201867

How to find doubling time of cells with scatterplot in R?

$
0
0

I'm trying to calculate the doubling time of cells using a scatterplot. This is my dataframe

df = data.frame("x" = 1:5, "y" = c(246, 667, 1715, 4867, 11694))

and I've graphed this dataframe using this code

plot(x, df$y, xlab = "days", ylab = "cells mL -1")

Does anyone know how to calculate the doubling time of these cells using the graph? the equation for doubling time is (ln(2)/rate constant)


Viewing all articles
Browse latest Browse all 201867

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>