shift_state_indices: R starts counting vector indices at 1, c++ starts at 0, so...

Description Usage Arguments

View source: R/shift_state_indices.R

Description

R starts counting vector indices at 1, c++ starts at 0, so reduce all state numbers in the Cpp function definition by 1

Usage

1
shift_state_indices(ode_def, n = -1)

Arguments

ode_def

ODE definition

n

add/substract what number, default = -1


ronkeizer/PKPDsim documentation built on May 27, 2019, 1:50 p.m.