s-news
[Top] [All Lists]

panel in s-plus

To: s-news@lists.biostat.wustl.edu
Subject: panel in s-plus
From: nidal.alhuniti@gmail.com
Date: Sat, 28 Jun 2008 14:48:16 -0400
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=oHYn1x5uDhDa45abbogrqytgJTLl2DtgApQAFA8y8p0=; b=nX14ZkJ/KYrHyqCf6J7/3CCMfmuZ/S0vjqvwtJtw7yXgVT5s9MeVIicYsUTXl4oLNv pMCzdNTidzSXEnxaH2u7PvLSyYRd5nvEYXqxsohRUqq+boIYVe6ZrrbwLOrnSNVcbBVM B+5yTr2u3YhrysYx73bq5yGc4ORNlJWeUt/Yw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=FTLKJcpvPzU2hMdQTpJ2nR0VuVWuMqvRhDcJTO8GNNqIwRLcX+1Ta3yBZgMNesdgKB OszUuk0qa99ems/4W252SYaH/zyZYeBwEzBM9iaumUMEsgArTs0kfG9ipWCSTpZQnoBO uiWR7m7axoISnVRHCN9ZFkSQguvT09X6oxdMg=

Dear All,

I am trying to modify some R code to work in S-plus 6.2. The following code works in R but NOT in S+.

 

pairs(the.data, lower.panel=panel.smooth, upper.panel=panel.cor)

Problem in pairs.data.frame(for.pairs, lower.panel = panel.smooth, upp..: Can't pass data of mode "function" to old-S function

 

There a suggestion from previous posting to change the panel function but how can I do that? panel is not an S+ function?

Any suggestions are appreciated.

Thanks,

Nidal  Al-Huniti,PH.D

<Prev in Thread] Current Thread [Next in Thread>
  • panel in s-plus, nidal . alhuniti <=