x<-1:10; y<-x*x
plot(x,y, main = "", xlab="", ylab="",
col.axis="blue", type="l")
title(main = "Main title", sub = "Sub-title",
xlab = "X axis", ylab = "Y axis",
cex.main = 2, font.main= 4, col.main= "red",
cex.sub = 0.75, font.sub = 3, col.sub = "green",
col.lab ="darkblue"
)
Code Example |
---|
R :: r studio |
R :: comparing pairs in r |
R :: barplot_density |
R :: excecute a for loop line by line in r |
R :: r count dataframe |
R :: r install package |
Rust :: rust get command line arguments |
Rust :: rust field is never read remove warning |
Rust :: how to create a string of n characters rust |
Rust :: rust request get headers |
Rust :: rust check valid email address using regex |
Rust :: rust string contains |
Rust :: sleep in rust |
Rust :: rust char array |
Rust :: read file in rust bufreader |
Rust :: check if an item is in vec in rust |
Rust :: rust undefined size array |
Rust :: armanriazi•rust•reference•vs•pointer |
Rust :: rust comments |
Rust :: armanriazi•rust•stack•vs•heap |
Rust :: rust currying, preset some arguments |
Rust :: rust calculate every root |
Lua :: print table lua |
Lua :: luau region3 |
Lua :: roblox interpolate color |
Lua :: roblox random brick colour |
Lua :: lua while loops |
Lua :: how to print in lua |
Lua :: lua comments |
Lua :: roblox format string |