# NOT RUN {
# Make two nodes, one with attributes
two_nodes <- make_output_nodes(
name = list("OutputField", "OutputField"),
attributes = list(list(name = "dbl", optype = "continuous"), NULL),
expression = list("ln(x)", "ln(x/(1-x))")
)
# }
Run the code above in your browser using DataLab