RMpolynome(degree, dim, value=NA, varnames = c("x", "y", "z", "T"),
proj=1:4)
RMmodel
.value
is smaller than the number of mononomes,
the remaining terms are filled with NA
s. If the length is
larger, the vector is cut.## For examples see the help page of 'RFformula' ##
RMpolynome(1, 1)
RMpolynome(1, 2)
RMpolynome(2, 1)
RMpolynome(2, 2)
RMpolynome(3, 3)
FinalizeExample()
Run the code above in your browser using DataLab