Description Usage Arguments Details Value Author(s) See Also Examples
Produces plot of the Cq distribution given the provided parameters. Can include a line representing the proprtion of negative partitions.
1 2 3 4 5 |
pars |
parameters or list, such as |
h |
threshold value |
xlim |
x-axis range |
dxlim |
x-axis range relative to approximate mean Cq for 1 initial molecule (used if |
new |
logical, if |
npoints |
number of points calculated for plotting |
c0 |
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. |
inc0 |
logical, if TRUE include line representing fraction of negative partitions. |
type |
character specifying which vector of parameters to use if pars is a list ("i": |
xlab |
x-axis label |
ylab |
y-axis lable |
col |
colour of lines |
... |
plotting parameters |
Plots the density of Cq given the specified parameters. The parameters are given by pars and if pars is a list also by type.
If the parameters include "trendx" and/or "trendy" they are ignored.
A list with components:
x |
x values plotted. |
y |
y values plotted. |
p0 |
probability of 0 molecules if |
Philip Wilson
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.