Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
BasicPlot
#Jahid Hasan library(datasets) head(iris) #plot(iris$Species) # Categorical variable #plot(iris$Petal.Length) # Quantitative variable #plot(iris$Species,iris$Petal.Width) # categirical x quantitative #plot(iris$Petal.Length,iris$Petal.Width) # quant pair # plot(iris) # plot with options plot(iris$Petal.Length,iris$Petal.Width, col = "#cc0000", # Hex code for datalab.cc red pch = 19, # Use solid circle for points main = "Iris: Petal Length vs. Petal Width", xlab = "Petal Length", ylab = "Petal Width") # Plot formulas with plot() plot(cos, 0, 2*pi) plot(exp, 1,5) plot(dnorm, -3,+3)
run
|
edit
|
history
|
help
0
Not able to install packages
Ch. 5: Cookie Chip Sampling
ESTADISTICA
Hello, world!
R
College
Wilcoxon signed rank test
Ex15-12-20
,k
Plot Graph By Adjacency Matrix