[spcopula-commits] r141 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 27 15:55:03 CEST 2015
Author: ben_graeler
Date: 2015-04-27 15:55:03 +0200 (Mon, 27 Apr 2015)
New Revision: 141
Modified:
pkg/R/utilities.R
Log:
- fixed typo in figure title
Modified: pkg/R/utilities.R
===================================================================
--- pkg/R/utilities.R 2015-02-23 08:51:09 UTC (rev 140)
+++ pkg/R/utilities.R 2015-04-27 13:55:03 UTC (rev 141)
@@ -18,7 +18,7 @@
##
dependencePlot <- function(var=NULL, smpl, bandwidth=0.075,
- main="Stength of dependence",
+ main="Strength of dependence",
transformation=function (x) x, margin=NULL, ...) {
if(is.null(var)) {
if (ncol(smpl)>2) {
More information about the spcopula-commits
mailing list