Animal-method | R Documentation |
as.data.frame
method for Animal
class
plot
method for Animal
class
statistics
method for Animal
class
## S3 method for class 'Animal'
as.data.frame(object)
## S3 method for class 'Animal'
plot(
object,
type = c("tumorVolume", "weight")[1],
list.color = {
list.color <- mycolor[1:7]
names(list.color) <- paste("G",
1:7, sep = "")
list.color
},
legend.position = "right",
label.size = 0.15,
plot.size = 25,
verbose = T
)
## S4 method for signature 'Animal'
statistics(
object,
type = c("tumorVolume", "weight")[1],
targetTime = NULL,
method = "wilcox.test",
paired = FALSE,
p.adjust.method = "BH",
verbose = T
)
object |
|
type |
One of |
list.color |
A color vector with names of |
legend.position |
the position of legends ("none", "left", "right", "bottom", "top", or two-element numeric vector) |
label.size |
Size of label border, in mm. |
plot.size |
The size of the |
verbose |
Whether report process and results |
targetTime |
Strings like '20220120'. Default is |
method |
the type of test. Default is wilcox.test. Allowed values include:
|
paired |
a logical indicating whether you want a paired test. Used only
in |
p.adjust.method |
method for adjusting p values (see
Note that, when the |
a data frame
Weibin Huang<654751191@qq.com
Animal
list.color <- mycolor[1:7]
names(list.color) <- paste('G',1:7,sep = '')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.