Create an object of type "GaussianInvWishart", which represents the Gaussian and Inverse-Wishart conjugate structure:
$$x \sim Gaussian(mu,Sigma)$$
$$Sigma \sim InvWishart(v,S)$$
mu is known. Gaussian() is the Gaussian distribution. See ?dGaussian
and ?dInvWishart
for the definition of the distributions.
The created object will be used as a place for recording and accumulating information in the related inference/sampling functions such as posterior(), posteriorDiscard(), MAP(), marginalLikelihood(), dPosteriorPredictive(), rPosteriorPredictive() and so on.