Skip to content

Commit

Permalink
Switch to DateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRach committed Jan 12, 2025
1 parent e4ebdb3 commit 9748a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AllUsersLibrary/AllUsersLibrary.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FluorophoreList <- FluorophoreList[!grepl("STAINED", FluorophoreList)]
FluorophoreList <- FluorophoreList[!grepl("omato", FluorophoreList)]
Plots <- map(.x=FluorophoreList, .f=Luciernaga:::LibraryPlotWrapper, data=Data, myfactor="Sample", animate=TRUE)
Plots <- map(.x=FluorophoreList, .f=Luciernaga:::LibraryPlotWrapper, data=Data, myfactor="DateTime", animate=TRUE)
l <- htmltools::tagList()
for(i in seq_along(Plots)) {
Expand Down

0 comments on commit 9748a8e

Please sign in to comment.