#277 Plot in R
png(file="D:/projects/wordpress/ex277/ex277.png",width=600, height=350)
f=function(x){x^2*sin(x)}
curve(f,-5,5)
dev.off()
Last Updated on 2022-04-14 by gantovnik
Apr 14, 2022 | R | 0 comments
#277 Plot in R
png(file="D:/projects/wordpress/ex277/ex277.png",width=600, height=350)
f=function(x){x^2*sin(x)}
curve(f,-5,5)
dev.off()
Last Updated on 2022-04-14 by gantovnik
Subscribe now to keep reading and get access to the full archive.

Recent Comments