leppott / ContDataQC

Quality control checks on continuous data. Example data is from a HOBO data logger with 30 minute intervals.
https://leppott.github.io/ContDataQC/
MIT License
20 stars 10 forks source link

QC Report Plots - Add flags as colors to points #118

Closed leppott closed 3 years ago

leppott commented 3 years ago

Is your feature request related to a problem? Please describe. All points the same in the plots. Have already QCed the data and flags applied.

Describe the solution you'd like It would be great to have the data color coded by different flags to help with reviewing the data.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Should add only the single overall Flag.

Fail = Red triangle Suspect = Orange squar Pass = Blue circle (or whatever is current color)

discrete = black circle (same as current)

leppott commented 3 years ago

If create function for the plots easier to access in the RMD files. And opens them up to users in the console and to Shiny.

leppott commented 3 years ago

Duplicate of Issue #14