Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Daily Archives: March 5, 2013

R Plotting a Function Curve

commandline session > curve(x^3 – 5*x, from=-4, to=4) > png(file=”RcurveA.png”) > curve(x^3 – 5*x, from=-4, to=4) > dev.off() null device 1 > png(file=”RcurveB.png”) > curve(x^3 – 5*x, from=-4, to=0) > dev.off() null device 1 > png(file=”RcurveC.png”) > curve(x^3 – 5*x, from=10, to=50) > dev.off() null device 1 >

Posted byjeffrinMarch 5, 2013Posted inUncategorizedLeave a comment on R Plotting a Function Curve
March 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Feb   Apr »
TRUEANGLE, Proudly powered by WordPress.