OneSite | R Documentation |
This function is designed to work internally to functions within SynExtend
so it works on relatively simple atomic vectors and has little overhead checking.
OneSite(X,
Bmax,
Kd)
X |
Numeric; an x coordinate value. |
Bmax |
Numeric; an asymptotic value. |
Kd |
Numeric; the half-max of the right hyperbola. |
OneSite
calculates the Y-value for a given X-value on a right hyperbola.
A numeric of length 1.
Nicholas Cooley npc19@pitt.edu
NucleotideOverlap
, SummarizePairs
, WithinSetCompetition
, RejectionBy
x <- OneSite(X = 3,
Bmax = 10,
Kd = 3)
# plot(x = 1:10, y = vapply(X = 1:10, FUN = function(x) {OneSite(X = x, Bmax = 5, Kd = 2)}, FUN.VALUE = vector(mode = "numeric", length = 1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.