Plot

x <- seq(1,10,.1)
y <- sin(x)
plot(x,y)
Code Chunk Reproduction Report
  • ✅x: REPRODUCTION SUCCESSFUL

  • ✅y: REPRODUCTION SUCCESSFUL