Skip to content

Commit

Permalink
tox - fomort2 header edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Starrlight Augustine committed Feb 7, 2017
1 parent b0e2b56 commit acafe6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tox/fomort2.m
Expand Up @@ -13,6 +13,9 @@
% First order toxico kinetics.
% Hazard rate linear in the internal conc
%
% Fomort 2 was developed for <http://www.bio.vu.nl/thb/research/bib/BaasHout2007.html *Baas et al 2007*>. In that paper a full
% description can be found.
%
% Input
%
% * p: (8,1) matrix with parameters values
Expand Down
7 changes: 5 additions & 2 deletions tox/html/fomort2.html
Expand Up @@ -6,7 +6,7 @@
<!--
This HTML was auto-generated from MATLAB code.
To make changes, update the MATLAB code and republish this document.
--><title>fomort2</title><meta name="generator" content="MATLAB 8.6"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2017-02-06"><meta name="DC.source" content="fomort2.m"><style type="text/css">
--><title>fomort2</title><meta name="generator" content="MATLAB 8.6"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2017-02-07"><meta name="DC.source" content="fomort2.m"><style type="text/css">
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outine:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html { min-height:100%; margin-bottom:1px; }
Expand Down Expand Up @@ -66,7 +66,7 @@



</style></head><body><div class="content"><h1>fomort2</h1><!--introduction--><p>standard effect on survival of a binary mixture</p><!--/introduction--><h2>Contents</h2><div><ul><li><a href="#3">Syntax</a></li><li><a href="#4">Description</a></li><li><a href="#5">Example of use</a></li></ul></div><h2>Syntax<a name="3"></a></h2><p>S = <a href="../fomort2"><b>fomort2</b></a> (p, t, c1 ,c2)</p><h2>Description<a name="4"></a></h2><p>standard effects on survival: first-order-mortality. First order toxico kinetics. Hazard rate linear in the internal conc</p><p>Input</p><div><ul><li>p: (8,1) matrix with parameters values</li><li>t: (nt,1) matrix with exposure times</li><li>c1: (nA,1) matrix with concentrations of toxic compound type 1</li><li>c2: (nB,1) matrix with concentrations of toxic compound type 2</li></ul></div><p>Output</p><div><ul><li>S: (nt,nA*nB) matrix with survival probabilities</li></ul></div><h2>Example of use<a name="5"></a></h2><p>see <a href="../mydata_fomort2.m"><b>mydata_fomort2</b></a></p><p class="footer"><br><a href="http://www.mathworks.com/products/matlab/">Published with MATLAB&reg; R2015b</a><br></p></div><!--
</style></head><body><div class="content"><h1>fomort2</h1><!--introduction--><p>standard effect on survival of a binary mixture</p><!--/introduction--><h2>Contents</h2><div><ul><li><a href="#3">Syntax</a></li><li><a href="#4">Description</a></li><li><a href="#5">Example of use</a></li></ul></div><h2>Syntax<a name="3"></a></h2><p>S = <a href="../fomort2"><b>fomort2</b></a> (p, t, c1 ,c2)</p><h2>Description<a name="4"></a></h2><p>standard effects on survival: first-order-mortality. First order toxico kinetics. Hazard rate linear in the internal conc</p><p>Fomort 2 was developed for <a href="http://www.bio.vu.nl/thb/research/bib/BaasHout2007.html"><b>Baas et al 2007</b></a>. In that paper a full description can be found.</p><p>Input</p><div><ul><li>p: (8,1) matrix with parameters values</li><li>t: (nt,1) matrix with exposure times</li><li>c1: (nA,1) matrix with concentrations of toxic compound type 1</li><li>c2: (nB,1) matrix with concentrations of toxic compound type 2</li></ul></div><p>Output</p><div><ul><li>S: (nt,nA*nB) matrix with survival probabilities</li></ul></div><h2>Example of use<a name="5"></a></h2><p>see <a href="../mydata_fomort2.m"><b>mydata_fomort2</b></a></p><p class="footer"><br><a href="http://www.mathworks.com/products/matlab/">Published with MATLAB&reg; R2015b</a><br></p></div><!--
##### SOURCE BEGIN #####
%% fomort2
% standard effect on survival of a binary mixture
Expand All @@ -83,6 +83,9 @@
% First order toxico kinetics.
% Hazard rate linear in the internal conc
%
% Fomort 2 was developed for <http://www.bio.vu.nl/thb/research/bib/BaasHout2007.html *Baas et al 2007*>. In that paper a full
% description can be found.
%
% Input
%
% * p: (8,1) matrix with parameters values
Expand Down

0 comments on commit acafe6f

Please sign in to comment.