View source: R/mgswrite.RLINE_polargrid.R
Writes a text file with a regular spaced grid ready fro R-LINE to use. NOTE: if you do nto want to go in one of the directions put start=end and d = 0.
1 2 | mgswrite.RLINE_polargrid(fname, Xcenter, Ycenter, Rstart, Rend, dR, Zstart,
Zend, dZ, dA, op_A)
|
fname |
output file name for grid |
Xcenter |
X-coordinate center of polar grid |
Ycenter |
Y-coordinate center of polar grid |
Rstart |
smallest radii of grid |
Rend |
largest radii of grid |
dR |
spacing of radii |
Zstart |
begining in Z-direction |
Zend |
end in Z-direction |
dZ |
spacing in Z-direction |
dA |
spacing of angles |
op_A |
"degrees" or "radian" for spacing variable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.