https://github.com/cran/lattice
Raw File
Tip revision: c7de8531ab38d975ceaca458ad5910e4b8937e12 authored by Deepayan Sarkar on 07 June 2003, 00:00:00 UTC
version 0.7-14
Tip revision: c7de853
ChangeLog
2003-05-31  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* bwplot.R, cloud.R, miscellaneous.R, xyplot.R:
	changed order to sort.list where appropriate

2003-05-29  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* levelplot.R: added na.rm = TRUE to min in min(abs(slopes))
	because sometimes slopes can be NaN. Also, added graphics
	parameters for panel.levelplot labels

2003-05-24  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* panels.R:
	added a function called panel.curve, similar to curve() in base.

	* R/panel.functions.Rd: added docs for panel.curve

	* man/panel.pairs.Rd: added doc entry for 'panel.number'

2003-05-22  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* tests/scales.R: added output file name

	* tests/MASSch04.R: changes a call to title() to main=

	* tests/test.R: added output file

	* tests/dotplotscoping.R: added output filename

2003-05-22  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* DESCRIPTION: updated DESCRIPTION

	* man/panel.pairs.Rd: added doc entry for 'panel.number'

	* R/common.R (limits.and.aspect): Following up on a report by
	 Kevin Wright, I discovered that the presence of blank panels
	 (either by skip or due to layout specifying more panels than were
	 actually there) caused problems in calculating factor levels
	 (adding an extra NA level). This should be fixed now. Also,
	 handling of xlim=list(...)  improved in cases with skip (not that
	 anyone is ever going to use it).


2003-05-22  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* splom.R:
	panel functions can now optionally ask for a panel.number argument,
	which would be supplied as an argument only if the panel function has
	such an argument. Unfortunately, this was not working as intended in
	splom, because of the unusual nature of the panel/superpanel
	arguments. This has been fixed.

2003-05-19  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* man: fixed minor doc problems to pass R CMD check

2003-05-18  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R: Almost all files updated to fix bugs related to the scales
	argument --- limits inside scales had a bad bug which is now
	fixed, also added and improved support for multiple (as lists)
	limits, at, labels. axs = "i" should also work.

	* tests: new tests added

	* R/miscellaneous.R: modified lsegments to accept x0, x1 as well
	as x1, x2 (a la S-PLUS).


2003-04-10  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* man: Documentation updates

2003-03-26  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* bwplot.R, common.R, panels.R, print.trellis.R, zzz.R:
	some bugfixes, added MASS ch04 script to tests

2003-03-26  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* print.trelis.R: fixed problem with expressions as axis tick
	labels when relation = "same". Reverted back to using (slower) old
	code in colorkey because of (grid?) bug in new version.

	* common.R: added code in latticeParseFormula to convert matrices
	to data frames (for splom and parallel) before subsetting.

2003-03-15  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* common.R:
	fixed some problems when outer and conditioning variables interact

	* print.trellis.R: fixed y-axis scales drawing

	* common.R (latticeParseFormula):
	added argument outer=FALSE. When outer = TRUE,
	variables separated by + (when multiple = TRUE) are made into a
	conditioning variable instead of grouping variable

	* several: updated support for multiple LHS/RHS in formula,
	auto.key, outer

2003-03-14  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* levelplot.R: changed prepanel functions to handle factors
	gracefully. Fixed problem with unequally spaced grid
	points. Improved contourplot labelling. New argument shrink in
	panel.levelplot, allowing rectangle dimensions to be proportional
	to height. (Many of these were actually done much earlier, but
	committed now)

	* bwplot.R:
	fixed some problems with processing of formula in dotplot etc before
	calling bwplot

	* common.R: removed latticeAsFormula, no use

2003-03-14  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* print.trellis.R (print.trellis):
	Among other things, a rewrite of how axis ticks and
	annotation are drawn (mainly how the parameters translate to physical
	dimensions). The tck, rot and cex components of scales can now be
	length 2 vectors, for bottom/left and top/right scales. tck can be
	negative, giving ticks inside panels. panel functions with a
	... argument are now passed a variable called panel.number, giving the
	sequence number of the panel (not sure what happens when skip is
	non-FALSE)

	* plot.shingle.R:
	modified plot.shingel to make tck, cex and rot 2-vectors


2003-03-13  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* bwplot.R: added code to panel.barchart (also panel.dotplot) to handle
	groups. Substantially changed the way arguments are processed in
	barchart, dotplot and stripplot before being passed on to bwplot. When
	y is missing, and x has non-null names(), names are used as the y
	variable.

	Also added changes necessary to enable multiple LHS and RHS is formula
	with allow.multiple = TRUE.


2003-03-13  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* common.R (construct.scales):
	made changes so that cex, tck and rot can now be
	length 2 vectors in scales, affecting scales at the bottom/left and
	top/right of panels respectively. Associated changes in print.trellis
	later.

2003-03-13  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* settings.R (trellis.device):
	Changed the default for the theme argument from NULL
	to getOption("lattice.theme"), which can be either a list, or a
	(possibly quoted) function, which when called will return a list.


2003-03-09  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* splom.R (panel.pairs):
	the pscales argument didn't work when it was specified
	as a list. Fixed.

2003-03-07  Saikat DebRoy  <saikat@punashcha>

	* common.R (latticeParseFormula):
	Compute a new element of the answer, subscr, if subscripts=TRUE.

2003-03-07  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* common.R (latticeParseFormula):
	added a subscripts = FALSE argument, which is
	not used anywhere yet.


2003-03-05  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* print.trellis.R (print.trellis): added two new arguments to
	print.trellis;

           panel.height = list(1, "null"),
	   panel.width = list(1, "null"),

	which can be used to specify explicitly the dimensions of each
	panel in terms of grid units. Any unit is allowed as long as it
	does not need a 'data'. Not too difficult to add that, but
	probably unnecessary. Behaviour is undefined (well, it is defined,
	but I don't want anyone to count on it) when aspect is not "free"
	in the object being printed. Docs not updated yet.

2003-03-05  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* print.trellis.R (draw.colorkey): Colorkey changed to use the
	vector fill gpar when drawing rectangles. This means all
	rectangles are drawn at one go, hence less things to grid.pack(),
	hence faster when lots of cuts in levelplot/wireframe.
	

2003-03-04  Saikat DebRoy  <saikat@stat.wisc.edu>

	* common.R (latticeParseFormula):
	Fix concat() to handle shingles correctly.

2003-03-03  Saikat DebRoy  <saikat@stat.wisc.edu>

	* R/common.R (latticeParseFormula):
	Allow the possibility of having multiple
	variables in LHS or RHS of the model formula (eg. y1+y2 ~ x1+x2).

2003-03-03  Saikat DebRoy  <saikat@stat.wisc.edu>

	* R/common.R (latticeParseFormula):
	Use the environment of the model as enclos
	argument in calls to eval().
	
2003-02-24  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/zzz.R: Restructured .First.lib following suggestions from
	Prof Ripley. Changed library(grid) to require(grid), with an
	error message if that fails.

	* R/levelplot.R: xlab, ylab, etc in contourplot was not passed on
	properly to levelplot. Fixed. 

2003-01-30  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/densityplot.R: changed prepanel.default.densityplot to return
	range instead of some-stupid-thing else when a groups argument is
	given.

2003-01-16  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/settings.R: changed trellis.par.get so that when called with
	no device open, it starts the default device a la print.trellis
	

2003-01-15  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/levelplot.R: levelplot used to calculate wx and wy, which was
	not a good idea since this should have been done inside the panel
	and prepanel functions. The prepanel function has been rewritten,
	fixing a bug, but some more reorganization still needs to be done.
	

2002-12-18  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/miscellaneous.R: fixed problem the with 'adj' argument in
	ltext (used to ignore second component, PR#2380). added 'pos'
	argument as in text. No offset yet, though.

	* R/panels.R: Changed panel.superpose to pass groups and
	subscripts to panel.groups (PR#2377). Not very obvious how groups
	might help, but I guess more information is better than
	less. Also, several other panel functions didn't recognize the
	col.line argument, this was fixed.


2002-12-15  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/common.R: The changes in lattice 0.5-0.6 added some code that
	gave bad results when some panels had all NA's. That hopefully
	fixed.

	* R/miscellaneous.R: lplot.xy used to call grid.text instead of
	grid.points when pch was a character. Fixed this.

	* R/print.trellis.R: draw.key failed when lines component had
	type='b', because of a missing pch. Fixed this.

	* R/levelplot.R: Minor fix related to changes in grid.
	

2002-12-06  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/settings.R: added warnings and error messages in
	trellis.par.get/set when no active device, and when value in
	trellis.par.set is not a list.

	* R/trellis.par.get.Rd: rewrote some things

2002-11-16  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/common.R: added arguments have.log and logbase to
	calculateAxisComponents()

	* R/print.trellis.R: made changes to use above changes



2002-10-28  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R: Hmm, lots of changes made without any log entries. Should be
	more careful ! Anyway, renamed inst/README to inst/Changes, and
	added a brief overview of changes in lattice 0.6 . Also made some
	documentation updates. Changed version to 0.6-6, ready to upload. 

2002-01-10  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R: Too many changes to list, mainly in print.trellis and
	documentation. 

2001-08-08  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/levelplot.R: Implemented preliminary levelplot (no contourplot
	though). Also a version of cloud, though no support yet for nice
	axes/arrows and stuff (does allow panel.superpose though). Again, 
	no plans of implementing wireframe in the near future.

2001-08-08  Saikat DebRoy  <saikat@stat.wisc.edu>

	* R/common.R:
	Added support for 3d formulae in latticeParseFormula

2001-07-26  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/Lattice.Rd: Included llines, lpoints etc for easy adaptation
	of existing Trellis code. qq() changed to as it should be, should
	now work with tmd().

2001-07-12  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/Lattice.Rd: Major redesigning of existing functions. Mainly 
	by collecting common code into a few functions and hence 
	making individual functions easier to handle. Code should now
	be fairly readable. Also, more or less good support for log scales
	and key (I hope). Not much checking done yet, there may be bugs.
	Documentation might be out of step at places.

2001-05-06  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/tmd.R: Name changed from trellis to Lattice. Prelilminary
	changes to account for change of Lattice to Grid made. New
	functions rfs, oneway, qq (not final), qqmath, tmd, plot.shingle,
	update.trellis. Documentation more or less clean.

2001-04-19  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/trellis.R: lots of changes. Introduced trellis objects.
	Print method for trellis objects. Implementation now includes 
	barchart, bwplot, densityplot, dtplot, histogram, stripplot,
	xyplot, splom and parallel (and excludes piechart(will probably 
	remain that way), qqmath, qq, timeplot(?), contourplot,
	levelplot, wireframe and cloud). Cleanup, documentation etc.

2001-03-22  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/trellis.R: added splom and some brief documentation for splom

2001-03-02  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/trellis.R: dtplot (dotplot) implemented. Probably has lots of bugs.
	Some documentation, including example for dtplot (same as usual dotplot example).

2001-03-02  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/trellis.R: updated bwplot (with the new layout structure)




	
back to top