.find_center_y_nopsi | R Documentation |
Find an estimated value to use for the height of the transducer arm's pivot point if only a max depth is known
.find_center_y_nopsi(x1, y1, x2, y2, rate, max_depth, df)
x1 |
x-value of the surface point |
y1 |
y-value of the surface point, should be close if not 0. |
x2 |
x-value of the point at depth |
y2 |
y-value of the point at depth |
rate |
rate of film movement, estimated by timing dots |
max_depth |
maximum depth, if known |
df |
tidy trace data frame |
numeric value of an estimated center_y value to use for arc removal.
## Not run:
.find_center_y_nopsi(x1, y1, x2, y2, rate, max_depth, df)
.find_center_y_nopsi(x1 = 65.258, y1 = -0.056, x2 = 63.442,
y2 = 5.341, rate = 0.21, max_depth = 484, df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.