plotCmdAndHRSeparateSets | R Documentation |
Plots CMD and HR diagrams in a combo using two, precomputed HR and CMD sets. I.e. From sql queries.
plotCmdAndHRSeparateSets(
inDataCmd,
inData,
valueName,
catalogName = NULL,
palette = "plasma",
data.bkg.hr = data.bkg.hr,
data.bkg.cmd = data.bkg.cmd
)
inDataCmd |
dataframe with CMD data |
inData |
dataframe with 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 |
data.bkg.hr |
data for Hr diagram |
data.bkg.cmd |
data for cmd diagram |
two-plot ggplot with CMD and HR
## Not run:
plotCmdAndHRSeparateSets(sosSetCmd,sosSetHr, 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.