Description Usage Arguments Value
The function reads a file in a three-row format
and store it in a data frame.
The function uses read.table
function.
1 | read_airfoil(name, skip_rows = 5, ...)
|
name |
A string with a name of the file to read. The file name is relative to a working directory. |
skip_rows |
A number of rows to skip before reading a table. The default value is 5. |
... |
additional argumets passed to |
The output data frame contains: x coordinates of points ($x
),
y coordinates of the lower points ($ylo
) and
y coordinates of the upper points ($yup
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.