我使用R Markdown的测试文件,通过简单创建一个新的markdown文件在RStudio中生成.它看起来如下:
---
title: "Fillable Textbox?"
author: "The Need To Edit"
date: "Wednesday, October 21, 2015"
output: pdf_document
---
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.
When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed …Run Code Online (Sandbox Code Playgroud) 这是一个问题,看看是否有人在他们的旅行中看到过这样的事情.我正在处理大量的天气数据,我想根据风倒钩绘制风.
我已经查看了包装,RadioSonde但它的plotwind()功能并没有完成我预期的工作.它确实有一个很好的数据类型的例子data(ExampleSonde)
可以说我可以TeachingDemos结合my.symbols()创造这些风倒钩.如果有人发现(或创造)一种绘制风倒钩的方法,我只是好奇.否则my.symbols()就是.
谢谢,
獾