Frage

I'm pretty new to using R and I am certainly unsure on how to plug in and graph equations. For an example I have to plot the Goldmann-Hodgkin-Katz equation (since my reputation is too low I can't send a nice equation so here's a link) http://www.cnbc.cmu.edu/~bard/passive2/node3.html

This is for a neuroscience class and I'm pretty savvy with coding in java but struggle with terminal based languages. Thanks for all your help!

War es hilfreich?

Lösung

To get started, check out http://stat.ethz.ch/R-manual/R-devel/library/graphics/html/curve.html.

Here is an example:

curve(3*x^2 + 2)
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top