Learn R Programming

convexjlr (version 0.8.1)

J: Make a variable to be of Julia's awareness

Description

Make a variable to be of Julia's awareness, so it can be further used in the definition of optimization problem.

Usage

J(x)

Arguments

x

the R object sent to Julia

Examples

Run this code
# NOT RUN {
    convex_setup()
    b <- J(c(1:2))
# }

Run the code above in your browser using DataLab