buildpos: Build shape vector of the hypothetical target

View source: R/buildpos.R

buildposR Documentation

Build shape vector of the hypothetical target

Description

Builds all the coordinate vectors related to the shape positions of the target body axis is along the z-axis construct shape coordinates a list containing the shape coordinates: r_pos (position vector), the_tilt , dr, gamma_t, taper, x, z, and plot if disp_prof=1

Usage

buildpos(para, disp_prof = 1)

Arguments

para

a list containining the shape parameters (used arguments: para$shape$ni - Number of integration points; para$shape$order - Tapering order; para$shape$rho_L - rho = radius of curvature; para$shape$prof_name - 0Custom shape, -1 for regular shape, filename for custom shape

disp_prof

= 1 if 1 a ggplot object of the shape is added to the output list, otherwise, no plot is produced

Author(s)

Sven Gastauer

Examples

para$shape$L <-30
para$shape$L_a <- 16
para$shape$rho_L <- 3
para$shape$order <- 7

AustralianAntarcticDivision/ZooScatR documentation built on Aug. 13, 2022, 1:21 a.m.