Browse Source

Fixed description gh url

tags/v0.1.1 v0.1.1
Bob Rudis 8 years ago
parent
commit
bd2751b213
  1. 2
      DESCRIPTION
  2. 2
      NAMESPACE
  3. 2
      man/absoluteGrob.Rd
  4. 2
      man/coord_proj.Rd
  5. 4
      man/geom_bkde.Rd
  6. 2
      man/geom_bkde2d.Rd
  7. 5
      man/geom_xspline.Rd
  8. 2
      man/ggalt-ggproto.Rd
  9. 2
      man/ggalt.Rd
  10. 2
      man/stat_ash.Rd

2
DESCRIPTION

@ -10,7 +10,7 @@ Depends:
ggplot2 (>= 2.0.0)
License: AGPL + file LICENSE
LazyData: true
URL: http://github.com/hrbrmstr/ggalt
URL: https://github.com/hrbrmstr/ggalt
BugReports: https://github.com/hrbrmstr/ggalt/issues
Suggests:
testthat,

2
NAMESPACE

@ -1,4 +1,4 @@
# Generated by roxygen2: do not edit by hand
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(grid.draw,absoluteGrob)
S3method(grobHeight,absoluteGrob)

2
man/absoluteGrob.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/grob_absolute.r
\name{absoluteGrob}
\alias{absoluteGrob}

2
man/coord_proj.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/coord_proj.r
\name{coord_proj}
\alias{coord_proj}

4
man/geom_bkde.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/geom_bkde.r
\name{geom_bkde}
\alias{geom_bkde}
@ -58,7 +58,7 @@ the default plot specification, e.g. \code{\link{borders}}.}
\item Other arguments passed on to the stat.
}}
\item{geom, stat}{Use to override the default connection between
\item{geom,stat}{Use to override the default connection between
\code{geom_bkde} and \code{stat_bkde}.}
\item{kernel}{character string which determines the smoothing kernel. see

2
man/geom_bkde2d.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/geom_bkde2d.r
\name{geom_bkde2d}
\alias{geom_bkde2d}

5
man/geom_xspline.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/geom_xspline.r
\name{geom_xspline}
\alias{geom_xspline}
@ -61,7 +61,7 @@ curve. Ignored for closed X-splines.}
\item Other arguments passed on to the stat.
}}
\item{geom, stat}{Use to override the default connection between
\item{geom,stat}{Use to override the default connection between
\code{geom_xspline} and \code{stat_xspline}.}
}
\description{
@ -82,7 +82,6 @@ A sample of the output from \code{geom_xspline()}:
\figure{geomxspline01.pdf}{options: width=10cm}
}
An X-spline is a line drawn relative to control points. For each control
point, the line may pass through (interpolate) the control point or it may
only approach (approximate) the control point; the behaviour is determined

2
man/ggalt-ggproto.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/coord_proj.r, R/geom_ash.r, R/geom_bkde.r, R/geom_bkde2d.r, R/geom_xspline.r
\docType{data}
\name{CoordProj}

2
man/ggalt.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/ggalt-package.r
\docType{package}
\name{ggalt}

2
man/stat_ash.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/geom_ash.r
\name{stat_ash}
\alias{stat_ash}

Loading…
Cancel
Save