lambert.ID.grid | R Documentation |
# Pour choisir les graduations et pour paleomag : lab.pos$D = c(seq(270, 350, by=10), seq(0, 90, by=10)) Label.pos : doit être dans l'étendu des dex.min, dec.max, inc.min, inc.max
lambert.ID.grid(
main = "",
xlab = "",
ylab = "",
labels = NA,
label.pos = NULL,
radlab = FALSE,
start = 0,
clockwise = FALSE,
label.prop = 1.1,
grid.col = "gray",
grid.bg = "transparent",
show.radial.grid = TRUE,
labels.precision = 0,
dec.min = -90,
dec.max = 270,
inc.min = 0,
inc.max = 90,
new = TRUE,
...
)
label.pos |
séquence de valeur à afficher en I et D, attention format particulier !! |
radlab |
écrit les labels sous forme d'étoile |
label.pos = NULL
label.pos$I = seq(0, 90, by=20)
label.pos$D = seq(0, 90, by=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.