Description Usage Arguments Details Author(s) See Also Examples
Strips leading/trailing characters from the input string. Particularly useful for extracting information from FITS file headers which are embedded in a complex string, for example.
1 |
x |
input string |
strip |
character to be stripped (may be a vector) |
Characters in the string will be stripped 'outside in', from left-to-right in the order they are given in the argument. See examples below for more detail.
Lee Kelvin <lee.kelvin@uibk.ac.at>
The astronomy package: astro
.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.