https://uoe.sharepoint.com/sites/PPLSLearningResources
Sections of this guide are:
- Meeting, presentation and communication tools (chat/boards etc.)
- Recording tools
- FAQ
create.vechsR <- function (A0, S0, F0 = NULL, Ax = NULL, Sx = NULL) { | |
if (is.matrix(A0)) { | |
A0 = as.mxMatrix(A0, name = "A0") | |
}else{ | |
A0@name = "A0" | |
} if (is.matrix(S0)) { | |
S0 = as.mxMatrix(S0, name = "S0") | |
}else{ | |
S0@name = "S0" | |
} |
https://uoe.sharepoint.com/sites/PPLSLearningResources
Sections of this guide are: