powered by
This function sets the value of a property on previously created .NET object.
.cset(obj, propertyname, value)
Previously created .NET object
name of the property to set
property value to set to
# NOT RUN { obj <- .cnew ("com.stg.models.FastMFT") obj$Set("Alpha", 0.90) obj$Set("Gamma", 1e-4) gamma <- obj$Get("Gamma") # } # NOT RUN { # }
Run the code above in your browser using DataLab