plot-section: Plot serial sections of 3D tumor

save_serial_sectionR Documentation

Plot serial sections of 3D tumor

Description

Plot serial sections of 3D tumor

Usage

save_serial_section(
  .tbl,
  filename = "png/section_%03d.png",
  scale = 6,
  dpi = 72,
  ...
)

Arguments

.tbl

tbl with extant cells

filename

File name to create on disk.

scale

Multiplicative scaling factor.

dpi

Plot resolution. Also accepts a string input: "retina" (320), "print" (300), or "screen" (72). Applies only to raster output types.

...

passed to plot_lattice2d()


heavywatal/rtumopp documentation built on March 30, 2024, 11:08 a.m.