Description Usage Arguments Details Value Author(s) See Also Examples
Produces plot of any combination of density plot of data (using plotden) and Cq density for initial, mode and mean parameters (using plotfun). Can include lines representing proprtion of negative partitions.
1 2 3 4 5 6 |
res |
|
types |
charcters included in this string indicate which plots to include - data density plot (d), Cq densities for initial parameters (i), mode parameters (m) and mean parameters (p). |
detpars |
vector determining detrending if any of data for density plot. If it contains "trendx" and/or "trendy" then the trend(s) is/are removed from the data. |
leg |
logical, if |
main |
the main title. |
lwds |
vector line widths associated with data, initial, mode and mean plots respectively (see |
bw |
bandwidth for density plot. |
c0 |
number of cycles for which exact probabilities are caclulated. This can have a significant impact on speed of computation. |
maxn0 |
the maximum number of initial molecules used in computation. |
cols |
colours of lines associated with data, initial, mode and mean plots respectively (see |
xlim |
x-axis range (if density plot of data not included). |
dxlim |
x-axis range relative to approximate mean Cq for 1 initial molecule (if density plot of data not included and |
inc0 |
logical, whether to include line representing fraction of negative partitions. |
legx, legy, inset |
x, y and inset arguments of legend function. |
detr |
a character string. If x and/or y are included then the data is detrended for that/those variables using |
... |
plotting parameters. |
Trends are excluded from parameter density plots, so to be comparable to a data density plot the trend(s) must be removed from the data density plot (see examples).
NULL
Philip Wilson
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.