Future Blog Post
Published:
This post will show up by default. To disable scheduling of future posts, edit config.yml
and set future: false
.
Published:
This post will show up by default. To disable scheduling of future posts, edit config.yml
and set future: false
.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Published:
You can use the R compiler either in your own computer or in the site https://www.mycompiler.io/new/r
Here is an example on plotting the cos curve. what is cosine curve?
x <- seq(-pi, pi, 0.1)
plot(x, cos(x))
After running this code, you can get a figure like
TODO:
plot sin curve.
plot tan curve.
change to line graph and get a figure like
add title to the figure
try to plot both cos and sin with titles in the same layout and get a figure like
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.