Skip to content

Commit

Permalink
useRaster = FALSE by default
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Aug 26, 2016
1 parent 0733a2a commit 3dbcbd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion R/plot.R
Expand Up @@ -292,7 +292,7 @@ plot.wcor.matrix <- function(x,
aspect = "iso",
xlim = rownames(x),
ylim = colnames(x),
useRaster = TRUE)
useRaster = FALSE)
dots <- modifyList(dots,
list(par.settings = list(regions = list(col = colorRampPalette(col)))))

Expand Down
19 changes: 9 additions & 10 deletions man/wcor.Rd
Expand Up @@ -55,21 +55,20 @@
\details{
W-correlation matrix is a standard way of checking for weak
separability between the elementary components. In particular, the
strongly correlated elementary components should be placed into the same
group.The function calculates such a matrix either directly from 'ssa'
object or from the matrix of elementary series.
strongly correlated elementary components should be placed into the
same group. The function calculates such a matrix either directly from
'ssa' object or from the matrix of elementary series.

Additional (non-standard) graphical parameters which can be transfered via \dots:
For plotting additional (non-standard) graphical parameters which can be passed via \dots:
\describe{
\item{useRaster}{logical. For wcor-plot, indicating whether raster representations
should be used. 'TRUE' by default.}
\item{useRaster}{logical, indicates whether raster plot should be used. 'FALSE' by default}
}

For class `ossa', checking of Frobenius orthogonality is performed.
If there are reconstructed matrices, which are not F-orthogonal
(it is a usual case for Oblique SSA), the warning about possible irrelevancy will be shown,
since then weighted correlations do not indicate weak separability properly.
In such a case, the use of
If there are reconstructed matrices, which are not F-orthogonal (it is
a usual case for Oblique SSA), the warning about possible irrelevancy
will be shown, since then weighted correlations do not indicate weak
separability properly. In such a case, the use of
\code{\link[Rssa:owcor]{owcor}} is preferred.
}
Expand Down

0 comments on commit 3dbcbd2

Please sign in to comment.