Skip to content

Commit 1336756

Browse files
authored
Update blog2openlandsbasics.qmd
1 parent 898b8aa commit 1336756

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

blogs/test/blog2openlandsbasics.qmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ author:
77
date: 8-15-2025
88
categories: [Open-Source Skills] # self-defined categories
99
draft: false # setting this to `true` will prevent your post from appearing on your listing page until you're ready!
10+
11+
format:
12+
html:
13+
fig-align: left
1014
---
1115

1216
# R Introduction
1317
What is R? – [R: The R Project for Statistical Computing](https://www.r-project.org/)
1418

15-
```{r, echo=FALSE, fig.align='left', out.width="10%"}
19+
```{r, echo=FALSE, out.width="10%"}
1620
knitr::include_graphics("../../images/RLogo.png")
1721
```
1822

0 commit comments

Comments
 (0)