powered by
Change a Source piecewise table using Veneer
VeneerSetPiecewise(data, pw_table, baseURL = "http://localhost:9876")
Nothing to the R environment.
A 2 column data.frame or matrix with the data to load into the piecewise table.
The name of the piecewise linear variable, without the "$".
URL of the Veneer server. Defaults to the veneer default.
if (FALSE) { data<-data.frame(X=seq(1,5),Y=seq(1,5)) VeneerSetPiecewise(data,"pw_table") }
Run the code above in your browser using DataLab