bilinear_interp | R Documentation |
Vessel_Fn
plots estimated vessel effects for model components
bilinear_interp(xyz1, xyz2, xyz3, xypred)
xyz1 |
2D location and height of first neighbor |
xyz2 |
2D location and height of second neighbor |
xyz3 |
2D location and height of third neighbor |
xypred |
2D location of location to interpolate |
TmbData |
Formatted data inputs, from 'Data_Fn(...)' |
Sdreport |
TMB output from 'TMB::sdreport(Obj)' |
FileName_VYplot |
Full filename (including directory) for center-of-gravity plot |
Return Tagged list of output
Calculate weights for bilinear interpolation
bilinear_interp
calculates three coefficients, used to calculate height via blinear interpolation from height and location of three neighbors
Tagged list of useful output
height at location xypred
Coefficients for interpolation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.