Description Usage Arguments Details Value Examples
View source: R/EndpointSummaryStats.R
This function adapts Pheno-Evo data and then uses [gstat::variogram()] from the gstat package to calculate spatial correlation in the phenotypic degrade rate values of the cells. It returns a dataframe. For a variogram plot, call plot() on the dataframe - see examples.
1 | degraderate.variogram(ends.df, run.num)
|
ends.df |
Dataframe of endpoint data, generated by extract.endpoint(). Must contain an xydr column. |
run.num |
Run number to be analyzed. |
Dataframes from timepoints other than the endpoint are also fine, as long as there is only 1 row per run number.
An object of class gstatVariogram. See [gstat::variogram()] for documentation
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.