c976cc3 * master origin/master origin/HEAD Define new margin definition procedure, fixes #24
83977fc * Reorganize code in levelplot
62f42a1 * Fixes bug in densityplot, 'main' not being used
9b8a2c6 * Escape characters in hovmoller help page, fixes #23
5e22f9a * Improve packages import in NAMESPACE
61bdfee * Import packages other than base, fixes #21
6ddd696 * No need to use warnings as errors
ca484f6 * R is natively supported	in Travis
9fc6557 * Minor fix in levelplot. Update df just after zscalelog
91d9d5c * Improve levelplot with categorical data http://stackoverflow.com/a/28697302/964866
68cad14 * Fix broken link in hovmoller help page
85b2f70 * Update ZENODO badge
fb7486e * v0.35 ChangeLog. Ready for CRAN.
5209681 * Fix DESCRIPTION according to new CRAN policies
72da578 * New example for hovmoller using CAC data
5b67be4 * Fix NAMESPACE to import arrow and hexbin, related to #17
69bd631 * Reference vector in vectorplot, fixes #17
cf715a8 * Use slope as background with dXY in vectorplot, fixes #16
13b9afa * dXY with streamplot
073ac85 * Comma in CITATION
fcf46e4 * DESCRIPTION and CITATION updated
0e51677 * v0.32 sampleRegular doesn't provide xy when maxpixels>ncell
c098541 * Idem, now with densityplot.
05157b7 * Improve xyplot to work with mixed rasters (categorical and numeric)
59d0f2d * In margin plot polygon starts from the baseline
604baa0 * Documents recent changes in scales.margin and axis.margin
9ca2991 * Update version and date in DESCRIPTION
5820932 * axis.margin may be a list to allow for different graphical parameters, fixes #12
5b79b86 * Increased flexibility to define scales in margin plots, fixes #11
beeb46b * Do not include LICENSE file when building
0ec2702 * Do not include LICENSE file when building
28f9573 * Fix functions import; mgcv is no longer needed
a026f27 *   Zenodo and CITATION
        |\  
b823abe | * Update zenodo badge
0d0cf7a * | CITATION file
        |/  
99510d1 * Ready for CRAN
fb39ea5 * v0.31 Fixes #10, scale and axis in margin.
2ba80ff * Travis image
7dfc345 * Import functions for grid for new legend functions
799786e *   Merge branch 'travis'
        |\  
35514b1 | * enable continuous integration via craigcitro/r-travis
d214c61 * | DOI from zenodo
        |/  
04ccc00 * v0.30 ChangeLog for v0.30
ec13c5f * Fix colorkey check again.
2e375cc * Fix colorkey check when margin is FALSE
e216e4b * Axis for marginal graphics in levelplot
71c843b * New argument `col.arrows` in vectorplot. Fixes #9
3401b2c * pretty=TRUE is needed in levelplot with NA Raster*
bfe0ad0 * Test complete NA without cellStats (fails with large rasters ) https://stat.ethz.ch/pipermail/r-sig-geo/2014-June/021233.html
934a25c * Modify colorkey strategy to allow for changes
016a73a * BugReports url in Description
9e7ba3c * v0.28 v0.28
78a318e * v0.28
11342bd *   Merge branch 'master' of github.com:oscarperpinan/rastervis
        |\  
6d8273b | * Fixes #4: vectorplot for >2layers, dXY, names.attr
3f4ecd1 * | Problem with unequal spaced factors, fixes #6
        |/  
620c471 * Fix projection in chooseRegion
62512aa * levelplot can display a Raster* completely filled with NA, fixes #3
153c2ac * pc definition improved, fixes #2
24a6b78 * zscaleLog = FALSE is equivalent to NULL (suggested by Agustin Lobo)
5b90ca8 *   Merge branch 'master' of github.com:oscarperpinan/rastervis
        |\  
e130d2e | * Better labeling of EW coordinates (thanks to Pascal Oettli)
96297ab * | xyplot.list for RasterStack in streamplot
efa2e1d * | isField='dXY' works with more than 2 layers
        |/  
8fa874d * v0.27 ChangeLog before uploading to CRAN
86b9a85 * Histogram formula interface documented; CMSAF route changed
0fd125b * strip.names blocks usage of strip.custom
e7de68a * Use of breaks documented
56ba0d2 * v0.26 vectorplot gains new args: scaleSlope, aspX/aspY
ea43dbc * plot3D examples inside dontrun to pass check OSx
0b562c2 * plot3D gains new args; color management improved
899400b * plot3D help page with more examples
54cd4bc * v0.25 horizonplot documentation improved
c413c99 * origin and horizonscale documented
d0685fd * new argument origin
2827b09 * v0.24 Fix version in DESCRIPTION
54f6ae3 * ChangeLog updated
33706ec * layerNames is not longer present in raster
06e51ef * FIxed levelplot for categorical data when levels in data are different from levels in RAT
d82d9b6 * Fixed levelplot for categorical data when levels in data are differe
f581218 * ChangeLog updated
763bbb3 * v0.23 Stat in horizonplot documented
33d50d5 * Version and date updated.
4352e42 * New example using Cressie data
1dab825 * Horizonplot: new stat argument; rasterTheme included.
c518c3b * isField='dXY' to display vector fields defined by components
d21b7a8 * region as Raster* documented
6548775 *   DESCRIPTION updated
        |\  
04808f4 | * v0.22 Date updated. New release 0.22 in GitHub.
32f7666 | * Added GPL word in DESCRIPTION
57135c0 | * Added file LICENSE in DESCRIPTION
bd3177e | * Added globalVariables in chooseRegion to avoid NOTES in CHECK
dffa13a | * Improved documentation about margin in levelplot (thanks to http://stackoverflow.com/questions/18588024/in-levelplot-rastervis-what-by-default-does-the-graph-show-on-each-axis)
0bd5937 * | region can be a "Raster" as the background of vectorplot
        |/  
c43bc5c * Webpage modified in description.
24be63f * README.md improved with webpage and FAQ.
14aa43a * Update README.md
19e50cb * Update README.md
1b68044 * Cleaning to create webpage
630b142 *   Merge branch 'master' of github.com:oscarperpinan/rasterVis
        |\  
8e44af9 | * Initial commit
25369c1 * Import from R-Forge
7141e1b * (Fix) Date and version (two years of rasterVis!) updated for CRAN submission
96d7dae * Date and version updated for CRAN submission
f7baf66 * Bug fixed: colorkey couldn't be modified when using zscale
8a54047 * Add dots in horizonplot
e270e2c * More examples to show use of at in levelplot
cce58d0 * Fix bug in levelplot with categorical data with solution by José Padarian
0626698 * Add new FAQ link in main webpage
8e182bb * Version and date updated
5a34125 * New FAQ webpage
15b8f05 * fix location of att (after ...) to avoid interference with at
be509e2 * ChangeLog updated
8496dea * Date updated
3d9abca * aspect is converted to radians only if skip is TRUE
fe5f2b0 * Correction, improvement of the levelplot help page with new examples.
3dbcc36 * improved use of xlab and ylab in levelplot
a2043ae * version and date updated
47d1b32 * layerNames by names in splom
72b0b94 * Added new example to show use of 'att'
8bfbd88 * Improved management of layer names in levelplot
9daffd8 * levelplot is able to work with multivariable RATs. New argument "att".
7fdfdff * In xyplot added stat='mean'
291b317 * Version and Date updated in DESCRIPTION
1ecf8aa * layerNames in histogram is not needed
d00f9f1 * Improved histogram with formula, RasterStack with a mixture of numerical and factor data
7c6d1fe * deleted rastervis.cfg
255462f * NULL as default value for cl in streamplot
0017c75 * Added legend key for categorical data in levelplot
c31e642 * names.attr coerced to as.character
9096de3 * Fix NA usage with categorical data in levelplot
bbc7b61 * levelplot improved for categorical data (thanks to https://stat.ethz.ch/pipermail/r-sig-geo/2013-February/017632.html)
b7ace2b * as.data.frame in levelplot instead of getData
4a0c86e * parallel included in Suggests
7e9c93a * Add example with panel.2dsmoother for hovmoller
e93cd35 * Update package version; depends on R 2.14.0 (parallel); imports sp 1.0-6
1f8b364 * Import degreeLabelsXX from sp
7a9a048 * extendrange instead of lattice:::extend.limits
7e1cf6d * degreeLabelsXX has been exported in sp
d096d33 * degreeLabels copied from sp
4232e4f * Added parallel cluster in streamplot
81ebeb3 * vectorplot examples under dontrun
36fdc07 * streamplot examples added in webpage
4bc0e2c * streamplot examples added in webpage
93fa192 * streamplot examples added in webpage
beeb8c5 * 
a661ea6 * streamplot examples enclosed under dontrun
32d6b94 * streamplot: parallel disabled in windows
c1f3c91 * Date and version updated
9e2072a * New streamplot methods
82ad305 * Added reverse and maxpixels (different from narrows) in vectorplot
add777f * Completed help page of rasterTheme after new themes
3f0373c * Fixed bug: nints instead of breaks in histogram
abcdce3 * New themes added.
5140dcb * rasterTheme() instead of rasterTheme in Rd
52507bb * rasterTheme() instead of rasterTheme in par.settings
af9ac89 * Changed layerNames with names in help pages
51b9729 * Changed layerNames with names in webpage
9219e38 * Fixed CRS (latlon to longlat) in webpage
2ebfa8f * New themes added.
2cafd62 * Categorical data with histogram (is.factor)
aee8d48 * Updated ChangeLog. To CRAN.
a25a9c1 * raster 2.0-12 version required. Updated date and version.
60e3ea5 * Added ChangeLog
add9d7b * layerNames is deprecated. Replaced with names
b28b9da * my.at was not being passed to levelplot when isFactor
47a46d9 * Updated date and
d6af9c7 * levelplot displays categorical data
9653c81 * Updated version and date.
0aed6dc * extent of the arrow head is now controlled with length
5811a8f * colorkey, colorkey.digits and scales are now arguments; is.null(getZ(object)) checked
751de05 * scales and strip.names added as arguments
65db895 * contourplot: scales added as internal element of the list
80f9323 * fixed levelplot to allow colorkey=FALSE
0fe0d68 * Updated version and date in DESCRIPTION
cab4a78 * Fixed bwplot: main now works, and scales is an explicit argument (thanks to Agustin Lobo)
8d920e7 * 
3df931d * increase version and update date
1112369 * scales is again a explicit argument but only a list()
af678c8 * scales.margin after ... to not interfere with scales of levelplot
1621cf7 * Changed email to gmail
f1af7a5 * Fix bug in hexbinplot
5b2bca7 * New CSS stylesheet; text as comments in .R
d0b95a0 * Add new figs (PDF and PNG)
8d3e035 * Add new figs (PDF and PNG)
582a847 * Remove old png's
62b87e7 * Updated DESCRIPTION and NAMESPACE
10396c5 * Hovmoller now uses xscale.raster instead of scales
aa3bc54 * Levelplot now uses xscale.raster instead of scales
512cb02 * New xscale.components with xscale.raster.*
f8ee4c8 * New xscale.components with xscale.raster.*
c37530c * Version number and date updated in DESCRIPTION
4591f63 * New: names.attr in levelplot
199d2d6 * add new example in levelplot with custom panel function
1508546 * The xyplot method only works for Raster* whose z slot is not NULL: add a stop line and warning in docs.
11359a9 * slopeAspect is now deprecated -- terrain instead in vectorplot
c39788a * updated authors in gplot-methods
9a87c9e * Version and date updated before uploading to CRAN
8ef8229 * melt is not needed anymore in gplot. Example inside dontrun
37bc9ab * use of xyFromCell instead of xFromCell and yFromCell in levelplot
78cbcf9 * fix incorrect use of main in levelplot
f5f6327 * suppress Author and Maintainer fields
a3bc207 * suppress all non-ascii characters from DESCRIPTION (maybe that is the problem at R-Forge...)
76ef950 * fix in Authors@R (missing whitespace after colon)
b8cec85 * DESCRIPTION date and version updated
ace9196 * scale.margins is now documented; small fix in contourplot and levelplot to work properly with margins
80218dd * new scales.margin argument for levelplot
cfdcd26 * new example with log scales in the webpage
09fad1b * new example with log scales in the webpage
d8f78d1 * update date in DESCRIPTION
c98965b * small fix in last example of hovmoller (add.contour)
eab31b9 * fix in splom: getValues when ncell<maxpixels
7e1debc * eproject config added
6a6a99f * add auto.key in density; suppress scales in density
ca7f411 * fix in examples for horizonplot and hovmoller
1f29112 * fixes in horizonplot and hovmoller
b135e08 * small fix in hovmoller.Rd
794aef3 * date and version updated in DESCRIPTION
dd6f764 * new example for hovmoller
f6d67ce * index.r updated
22369f7 * new figures in webpage
87ae681 * small fix in the examples using stack with lists of files
1504856 * new formula methods for bwplot, densityplot and histogram
4aadae1 * example for bwplot with formula, Raster
34f6ee1 * new example using Cressie data
7d61e9e * first draft of bwplot method for formula, Raster
4dce18b * add index.org link and index.r in webpage
6db563f * change R initial script to read CMSAF data
d7b83a0 * suppress "new" from description
07e1903 * some fixes in zscaleLog
e00eea9 * contourplot works with zscaleLog
126586a * log scales with contour and labels now working
2ea99ec * first attempt with zscaleLog to levelplot
79be12e * change in DESCRIPTION before uploading to CRAN
20d0a9d * levelplot strip uses now layerNames
692d326 * changes in the web page
3c26f6b * add vectorplot
300a6c8 * add isField and unit arguments to vectorplot
13718c0 * add licence text in vectorplot
62a66a7 * first draft of a vector fields plot (with slopeAspect)
517a99d * first draft of a vector fields plot (with slopeAspect)
ac85167 * fix use of stack in example
32a4fb4 * first attempt to draw arrows
1d15626 * add "..." inside density and histogram
1391dbc * change date in DESCRIPTION
4d11503 * add contourplot method; labels=FALSE in hovmoller
e729820 * hovmoller: fix a bug (add.contour=FALSE) and improved labelling of x-axis
d9ccc49 * simplified, but not fixed yet
692cdcb * fix in raster2dat (size < maxpixels); fix in Rd files (layer->layers); add examples out of dontrun;
3bcc206 * fix in raster2dat (size < maxpixels); fix in Rd files (layer->layers); add examples out of dontrun;
6620918 * modified Depends, Imports and Suggests in order to avoid the mask of lattice, latticeExtra and hexbin methods; added colorspace and dichromat to the Suggests list
7bd7ff7 * add colorspace and dichromat example to webpage; correct links of CRAN and R-Forge
4154cc1 * added package names to required such that these packages do not hide rasterVis functions when loaded after loading rasterVis
54808e3 * \alias{levelplot-methods} to \alias{levelplot} for better help index and response to ?levelplot (same for densityplot)
b40e587 * small fix in index.html
fda1941 * add a theme example to the webpage
Type + to show more history