You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
476 B
Plaintext
23 lines
476 B
Plaintext
10 years ago
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Title</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<p>This is an R HTML document. When you click the <b>Knit HTML</b> button a web page will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:</p>
|
||
|
|
||
|
<!--begin.rcode
|
||
|
summary(cars)
|
||
|
end.rcode-->
|
||
|
|
||
|
<p>You can also embed plots, for example:</p>
|
||
|
|
||
|
<!--begin.rcode fig.width=7, fig.height=6
|
||
|
plot(cars)
|
||
|
end.rcode-->
|
||
|
|
||
|
</body>
|
||
|
</html>
|