Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
R added
##Title of this code require(stats) plot(cars) lines(lowess(cars)) plot(sin, -pi, 2*pi) # see ?plot.function ## Discrete Distribution Plot: plot(table(rpois(100, 5)), type = "h", col = "red", lwd = 10, main = "rpois(100, lambda = 5)") ## Simple quantiles/ECDF, see ecdf() {library(stats)} for a better one: plot(x <- sort(rnorm(47)), type = "s", main = "plot(x, type = \"s\")") points(x, cex = .5, col = "dark red")
run
|
edit
|
history
|
help
0
Return the max, min, and zeros of a function y, and plot it.
Área sob curvas de funções: Integração numérica utilizando a regra do trapézio.
1
Tournois Mount & Blade
Multiple Regression and Binomial Regression Sample
Applying table() to each column of a matrix
Quartile Formula
Ex15-12-20
Not able to install packages
survey histograms stats and fats