bm_pad(
x,
value,
type = c("exact", "extend", "trim"),
sides = NULL,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL
)# S3 method for bm_bitmap
bm_pad(
x,
value = 0L,
type = c("exact", "extend", "trim"),
sides = NULL,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL
)
# S3 method for bm_list
bm_pad(x, ...)
# S3 method for bm_pixmap
bm_pad(
x,
value = col2hex("transparent"),
type = c("exact", "extend", "trim"),
sides = NULL,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL
)
# S3 method for `magick-image`
bm_pad(
x,
value = "transparent",
type = c("exact", "extend", "trim"),
sides = NULL,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL
)
# S3 method for nativeRaster
bm_pad(
x,
value = col2int("transparent"),
type = c("exact", "extend", "trim"),
sides = NULL,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL
)
# S3 method for raster
bm_pad(
x,
value = "transparent",
type = c("exact", "extend", "trim"),
sides = NULL,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL
)