plotCmdAndHR | R Documentation |
Plots CMD and HR diagrams in a combo
plotCmdAndHR(
inData,
valueName,
catalogName = NULL,
palette = "plasma",
varpi_over_varpierror_cut = 5,
adjuster = 5,
data.bkg.hr = data.bkg.hr,
data.bkg.cmd = data.bkg.cmd
)
inData |
dataframe with CMD/HR data |
valueName |
name of the plots |
catalogName |
unused for now. We could show literature ones here. |
palette |
viridis palette name for density-colour of the points |
varpi_over_varpierror_cut |
cut for HR diagram |
adjuster |
factor to adjust smoothing for density kernel |
data.bkg.hr |
data for Hr diagram |
data.bkg.cmd |
data for cmd diagram |
two-plot ggplot with CMD and HR
## Not run:
plotCmdAndHR(sosSet, valueName = cu7Name, catalogName = NULL)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.