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
Aula 16 agosto 2019
Practical No 8
ExDecaiEulerMin23-02-21
Linear and Logistic Regression
Bootstrap for Gama Distribution
For loops Example
16-09-2020
MIN
test array compiler R
Área de parábolas via séries de Arquimedes e Cálculo