View source: R/make-trend-data.R
Make trend data from sdmTMB output predict funciton
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 
| data | List of dataframes each containing output from predict. | 
| ssid | Vector of ssid to be included. | 
| start_time | Starting time for VOCC calculation. Default is NULL and all data is used. | 
| end_time | End time for VOCC calculation. Default is NULL and all data is used. | 
| skip_time | Time steps to be excluded. Default is NULL and all data is used. | 
| input_cell_size | Cell size of predict grid. | 
| scale_fac | Factor by which cells are aggregated for VOCC. | 
| time_var | Name of column containing time data. | 
| delta_t_total | Mean time between start and end values. | 
| delta_t_step | Time between each time step in same units as above. | 
| indices | Vector of length equal to number of time steps retained for analysis, where 1 = starting time step(s), 2 = end time step(s). | 
| variable_names | Name(s) of column containing parameter(s). | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.