Description Usage Arguments Details Value See Also Examples
View source: R/RNV.graph.double.at.eq.R
Plot of RNV size and relative concentrations in relation to activities at equilibrium
1 2  | RNV.graph.double.at.eq(list_eq,posi.legend="topleft",add.title=TRUE,
cex.lab=1,mar.lab=2.5,enz.lab=FALSE,...)
 | 
list_eq | 
 Output of function  
  | 
posi.legend | 
 Character string. Where would you put legend? See parameter   | 
add.title | 
 Logical. Add a title to the plot?  | 
cex.lab | 
 Numeric. Size of axis label.  | 
mar.lab | 
 Numeric. Distance of label from axis.  | 
enz.lab | 
 Logical. Add enzyme name on graph?  | 
... | 
 Arguments to be passed to   | 
list_eq$A, list_eq$RNV_size[1,] and list_eq$e_eq are binded in a data.frame of n rows (one by enzyme) and three columns (A, RNV and e),
then ordered according to A.
Title (option add.title=TRUE) is "Comparing e and RNV at equilibrium".
Invisible data.frame of n rows (one by enzyme) and three columns ($A, $RNV and $e).
See RNV.size.at.equilibr to compute RNV.
1 2  | list_eq <- RNV.size.at.equilibr(20,"Comp",1000,Etot_0=100,show.plot=FALSE)
RNV.graph.double.at.eq(list_eq)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.