View source: R/clinic_Animal.R
animal | R Documentation |
Create an Animal object from a data frame
animal(
x,
Time = "Time",
Group = "Group",
ID = "ID",
tumorSize = "tumor_size_mm",
weight = "weigth_g"
)
x |
a data frame |
Time |
Time.Character. |
Group |
The group of animals |
ID |
The ID of animals |
tumorSize |
a specified tumor size vector for animals. Always looks like: '7.15,8.56;4.85,9.65;' |
weight |
The weight of animals |
Animal-class
Weibin Huang<654751191@qq.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.