[rkward-cvs] SF.net SVN: rkward-code:[4686] branches/development_branches/ rkward_graphpics_device/rkward/rbackend/rpackages/rkward
tfry at users.sf.net
tfry at users.sf.net
Thu Apr 11 11:41:18 UTC 2013
Revision: 4686
http://sourceforge.net/p/rkward/code/4686
Author: tfry
Date: 2013-04-11 11:41:17 +0000 (Thu, 11 Apr 2013)
Log Message:
-----------
Enable plot history for RK() device. simplify onAddDevice()-signature
Modified Paths:
--------------
branches/development_branches/rkward_graphpics_device/rkward/rbackend/rpackages/rkward/NAMESPACE
branches/development_branches/rkward_graphpics_device/rkward/rbackend/rpackages/rkward/man/RKdevice.Rd
Modified: branches/development_branches/rkward_graphpics_device/rkward/rbackend/rpackages/rkward/NAMESPACE
===================================================================
--- branches/development_branches/rkward_graphpics_device/rkward/rbackend/rpackages/rkward/NAMESPACE 2013-04-11 11:37:08 UTC (rev 4685)
+++ branches/development_branches/rkward_graphpics_device/rkward/rbackend/rpackages/rkward/NAMESPACE 2013-04-11 11:41:17 UTC (rev 4686)
@@ -106,6 +106,7 @@
export(.rk.watched.symbols)
export(.rk.watch.globalenv)
export(.rk.watch.symbol)
+export(rk.without.plot.history)
export(setwd)
export(Sys.setlocale)
export(x11)
Modified: branches/development_branches/rkward_graphpics_device/rkward/rbackend/rpackages/rkward/man/RKdevice.Rd
===================================================================
--- branches/development_branches/rkward_graphpics_device/rkward/rbackend/rpackages/rkward/man/RKdevice.Rd 2013-04-11 11:37:08 UTC (rev 4685)
+++ branches/development_branches/rkward_graphpics_device/rkward/rbackend/rpackages/rkward/man/RKdevice.Rd 2013-04-11 11:41:17 UTC (rev 4686)
@@ -2,8 +2,8 @@
\alias{RK}
\title{Plot graphics to RKWard native device}
\usage{
- RK(width = options("rk.screendevice.width"),
- height = options("rk.screendevice.height"),
+ RK(width = getOption("rk.screendevice.width"),
+ height = getOption("rk.screendevice.height"),
pointsize = 12, family = NULL, bg = "white",
title = "", antialias = TRUE)
}
More information about the rkward-tracker
mailing list