plot-methods {pa} | R Documentation |
Plot the exposure or the return of a brinson, brinsonMulti, regression or regressionMulti object
Description
This method plots the exposure or return comparison graph of a portfolio and its benchmark based on a portfolio class object.
Methods
signature(x = "ANY", y = "ANY")
-
The usual plot method from the base package.
signature(x = "brinsonMulti", y = "missing")
-
The
x
must be abrinsonMulti
class object.The
var
can be used to specified the factor whose exposure to be shown.sector
is the default setting where the exposure comparison graph based on sectors will be shown.The
type
can be eitherexposure
orreturn
. The default setting isexposure
. When thetype
is set toreturn
, thevar
option is no longer in use. signature(x = "brinson", y = "missing")
-
The
x
must be abrinson
class object.The
var
can be used to specified the factor whose exposure to be shown.sector
is the default setting where the exposure comparison graph based on sectors will be shown.The
type
can be eitherexposure
orreturn
. The default setting isexposure
. When thetype
is set toreturn
, thevar
option is no longer in use. signature(x = "regressionMulti", y = "missing")
-
The
x
must be aregressionMulti
class object.The
var
can be used to specified the factor whose exposure to be shown.sector
is the default setting where the exposure comparison graph based on sectors will be shown.The
type
can be eitherexposure
orreturn
. The default setting isexposure
. When thetype
is set toreturn
, thevar
option is no longer in use. signature(x = "regression", y = "missing")
-
The
x
must be aregression
class object.The
var
can be used to specified the factor whose exposure to be shown.sector
is the default setting where the exposure comparison graph based on sectors will be shown.The
type
can be eitherexposure
orreturn
. The default setting isexposure
. When thetype
is set toreturn
, thevar
option is no longer in use.