Learn R Programming

ISwR (version 2.0-9)

hellung: Growth of Tetrahymena cells

Description

The hellung data frame has 51 rows and 3 columns. diameter and concentration of Tetrahymena cells with and without glucose added to growth medium.

Usage

hellung

Arguments

Format

This data frame contains the following columns:

glucose

a numeric vector code, 1: yes, 2: no.

conc

a numeric vector, cell concentration (counts/ml).

diameter

a numeric vector, cell diameter (\(\mu \mathrm{m}\)).

Examples

Run this code
plot(diameter~conc,pch=glucose,log="xy",data=hellung)

Run the code above in your browser using DataLab