powered by
This function creates an Omega instance with the given parameters and validates it.
Omega( Name = character(), InitialOmega = 1, State = "Present", Frozen = FALSE, StParmName = character(), PMLStructure = character() )
An Omega instance.
A character string specifying the name of the Omega.
Numeric specifying the initial value of the Omega. Default value is 1.
Character specifying the presence of the Omega. Possible values are:
None The Omega does not exist in the specified PMLStructures.
None
PMLStructures
Present The Omega exists in the specified PMLStructures (the default).
Present
Searched The presence of the Omega is searched.
Searched
A logical value indicating whether the Omega is frozen or not.
A character string specifying the corresponding structural parameter name.
PML structure current omega belongs to.
list_Omegas()
Functions used for Omega specification: create_ModelPD(), create_ModelPK(), modify_Omega()
create_ModelPD()
create_ModelPK()
modify_Omega()
nV <- Omega("nV")
Run the code above in your browser using DataLab