Fill in matrix across rows of weight-at-age data by interpolation
Function that fills in matrix across rows of wtatage data by interpolation Missing Rows are then backfilled
fill_across(mat, minYear, maxYear)
mat
: A matrixminYear
: Minimum yearmaxYear
: Maximum yearsample_lcomp
, sample_agecomp
, fill_across
Peter Kuriyama and Allan Hicks