forked from paleolimbot/ggspatial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayer_spatial.stars.Rd
68 lines (53 loc) · 2 KB
/
layer_spatial.stars.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/layer-spatial-stars.R
\docType{data}
\name{layer_spatial.stars}
\alias{layer_spatial.stars}
\alias{annotation_spatial.stars}
\alias{StatSpatialStars}
\alias{StatSpatialStarsAnnotation}
\alias{StatSpatialStarsDf}
\alias{GeomSpatialStars}
\title{Spatial ggplot2 layer for stars objects}
\format{
An object of class \code{StatSpatialStars} (inherits from \code{Stat}, \code{ggproto}, \code{gg}) of length 3.
An object of class \code{StatSpatialStars} (inherits from \code{StatSpatialStars}, \code{Stat}, \code{ggproto}, \code{gg}) of length 3.
An object of class \code{StatSpatialStarsDf} (inherits from \code{Stat}, \code{ggproto}, \code{gg}) of length 5.
An object of class \code{GeomSpatialStars} (inherits from \code{Geom}, \code{ggproto}, \code{gg}) of length 5.
}
\usage{
\method{layer_spatial}{stars}(
data,
mapping = NULL,
interpolate = NULL,
is_annotation = FALSE,
lazy = FALSE,
dpi = 150,
options = character(0),
...
)
\method{annotation_spatial}{stars}(data, mapping = NULL, interpolate = NULL, ...)
StatSpatialStars
StatSpatialStarsAnnotation
StatSpatialStarsDf
GeomSpatialStars
}
\arguments{
\item{data}{A stars object}
\item{mapping}{Currently, only RGB or RGBA rasters are supported. In the future, one may be able to
map specific bands to the fill and alpha aesthetics.}
\item{interpolate}{Interpolate resampling for rendered raster image}
\item{is_annotation}{Lets raster exist without modifying scales}
\item{lazy}{Delay projection and resample of raster until the plot is being rendered}
\item{dpi}{if lazy = TRUE, the dpi to which the raster should be resampled}
\item{options}{GDAL options for warping/resampling (see \link[stars:st_warp]{st_warp})}
\item{...}{Passed to other methods}
}
\value{
A ggplot2 layer
}
\description{
This is intended for use with RGB(A) rasters (e.g., georeferenced imagery or photos). To work with
bands as if they were columns, use \link{df_spatial} and \link{geom_raster}.
}
\keyword{datasets}