Learn R Programming

cartools (version 0.1.0)

xab: Estimate distance x using second-order speed function.

Description

Estimate distance x using second-order speed function.

Usage

xab(x0,u0,a,b,t,t0)

Arguments

x0

location at t0, a number

u0

speed at t0, a number

a

second-order speed function parameter, a number

b

second-order speed function parameter, a number

t

forecast time, a number

t0

initial time t0, a number

Examples

Run this code
# NOT RUN {
xab(0,0,16,0,10,0)
# }

Run the code above in your browser using DataLab