[education/rkward] rkward: code cleaning
Stefan Rödiger
null at kde.org
Thu Jul 28 22:10:21 BST 2022
Git commit d3034769cc15485406e4b6dea2acff79cee9fa61 by Stefan Rödiger.
Committed on 28/07/2022 at 21:09.
Pushed by srodiger into branch 'master'.
code cleaning
M +2 -3 rkward/RKWardR.xml
https://invent.kde.org/education/rkward/commit/d3034769cc15485406e4b6dea2acff79cee9fa61
diff --git a/rkward/RKWardR.xml b/rkward/RKWardR.xml
index 78731144..e0675e91 100644
--- a/rkward/RKWardR.xml
+++ b/rkward/RKWardR.xml
@@ -31,7 +31,7 @@ function rangeCommand(command, def) {
<item>
<match>Figure as PDF</match>
<fillin>
-pdf(filename="myplot.pdf", width=5, height=5)
+pdf(file="myplot.pdf", width=5, height=5)
plot(rnorm(100))
dev.off()
@@ -39,8 +39,7 @@ dev.off()
</item>
<item>
<match>Plotting area (3x3 array)</match>
- <fillin>
-# Plotting area (3x3 array) with 3 rows and 3 columns
+ <fillin># Plotting area (3x3 array) with 3 rows and 3 columns
par(mfrow=c(3,3))
</fillin>
</item>
More information about the rkward-tracker
mailing list