mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
rerender for publishing
This commit is contained in:
parent
6c850847b7
commit
9a223f4c54
12 changed files with 1425 additions and 482 deletions
|
|
@ -108,6 +108,7 @@ Collate:
|
||||||
'data_plots.R'
|
'data_plots.R'
|
||||||
'datagrid-infos-mod.R'
|
'datagrid-infos-mod.R'
|
||||||
'footer_ui.R'
|
'footer_ui.R'
|
||||||
|
'generate_colors.R'
|
||||||
'helpers.R'
|
'helpers.R'
|
||||||
'hosted_version.R'
|
'hosted_version.R'
|
||||||
'html_dependency_freesearchr.R'
|
'html_dependency_freesearchr.R'
|
||||||
|
|
|
||||||
14
NAMESPACE
14
NAMESPACE
|
|
@ -21,8 +21,10 @@ export(class_icons)
|
||||||
export(clean_common_axis)
|
export(clean_common_axis)
|
||||||
export(clean_date)
|
export(clean_date)
|
||||||
export(clean_sep)
|
export(clean_sep)
|
||||||
|
export(colorSelectInput)
|
||||||
export(columnSelectInput)
|
export(columnSelectInput)
|
||||||
export(compare_missings)
|
export(compare_missings)
|
||||||
|
export(continuous_colors)
|
||||||
export(contrast_text)
|
export(contrast_text)
|
||||||
export(corr_pairs_validate)
|
export(corr_pairs_validate)
|
||||||
export(correlation_pairs)
|
export(correlation_pairs)
|
||||||
|
|
@ -59,6 +61,7 @@ export(factor_new_levels_labels)
|
||||||
export(factorize)
|
export(factorize)
|
||||||
export(file_export)
|
export(file_export)
|
||||||
export(format_writer)
|
export(format_writer)
|
||||||
|
export(generate_colors)
|
||||||
export(get_data_packages)
|
export(get_data_packages)
|
||||||
export(get_fun_options)
|
export(get_fun_options)
|
||||||
export(get_label)
|
export(get_label)
|
||||||
|
|
@ -139,6 +142,8 @@ export(remove_nested_list)
|
||||||
export(repeated_instruments)
|
export(repeated_instruments)
|
||||||
export(restore_labels)
|
export(restore_labels)
|
||||||
export(sankey_ready)
|
export(sankey_ready)
|
||||||
|
export(scale_color_generate)
|
||||||
|
export(scale_fill_generate)
|
||||||
export(selectInputIcon)
|
export(selectInputIcon)
|
||||||
export(separate_string)
|
export(separate_string)
|
||||||
export(set_column_label)
|
export(set_column_label)
|
||||||
|
|
@ -174,9 +179,17 @@ export(winbox_update_factor)
|
||||||
export(with_labels)
|
export(with_labels)
|
||||||
export(wrap_plot_list)
|
export(wrap_plot_list)
|
||||||
export(write_quarto)
|
export(write_quarto)
|
||||||
|
importFrom(RColorBrewer,brewer.pal)
|
||||||
|
importFrom(RColorBrewer,brewer.pal.info)
|
||||||
importFrom(classInt,classIntervals)
|
importFrom(classInt,classIntervals)
|
||||||
importFrom(data.table,as.data.table)
|
importFrom(data.table,as.data.table)
|
||||||
importFrom(data.table,data.table)
|
importFrom(data.table,data.table)
|
||||||
|
importFrom(grDevices,colorRampPalette)
|
||||||
|
importFrom(grDevices,hcl.colors)
|
||||||
|
importFrom(grDevices,heat.colors)
|
||||||
|
importFrom(grDevices,rainbow)
|
||||||
|
importFrom(grDevices,terrain.colors)
|
||||||
|
importFrom(grDevices,topo.colors)
|
||||||
importFrom(graphics,abline)
|
importFrom(graphics,abline)
|
||||||
importFrom(graphics,axis)
|
importFrom(graphics,axis)
|
||||||
importFrom(graphics,hist)
|
importFrom(graphics,hist)
|
||||||
|
|
@ -239,3 +252,4 @@ importFrom(toastui,renderDatagrid)
|
||||||
importFrom(toastui,renderDatagrid2)
|
importFrom(toastui,renderDatagrid2)
|
||||||
importFrom(utils,data)
|
importFrom(utils,data)
|
||||||
importFrom(utils,type.convert)
|
importFrom(utils,type.convert)
|
||||||
|
importFrom(viridisLite,viridis)
|
||||||
|
|
|
||||||
4
NEWS.md
4
NEWS.md
|
|
@ -1,8 +1,10 @@
|
||||||
# FreesearchR 26.3.4
|
# FreesearchR 26.3.4
|
||||||
|
|
||||||
|
*NEW* Color select for plotting across all plots for even more option. Ten palettes have been chosen, to provide varied and interpretable options. The selector will always show a preview of four colors.
|
||||||
|
|
||||||
*NEW* Added app version check against latest release on GitHub. Only runs if internet connection present. No other polling.
|
*NEW* Added app version check against latest release on GitHub. Only runs if internet connection present. No other polling.
|
||||||
|
|
||||||
*NEW* Added a "Missing" level to the sankey plot function and adjusted the label font size.
|
*NEW* Added a "Missing" level to the sankey plot function and adjusted the label font size. And fixed support for dichotomous data.
|
||||||
|
|
||||||
# FreesearchR 26.3.3
|
# FreesearchR 26.3.3
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
hosted_version <- function()'v26.3.4-260323'
|
hosted_version <- function()'v26.3.4-260324'
|
||||||
|
|
|
||||||
BIN
R/sysdata.rda
BIN
R/sysdata.rda
Binary file not shown.
12
SESSION.md
12
SESSION.md
|
|
@ -11,11 +11,11 @@
|
||||||
|collate |en_US.UTF-8 |
|
|collate |en_US.UTF-8 |
|
||||||
|ctype |en_US.UTF-8 |
|
|ctype |en_US.UTF-8 |
|
||||||
|tz |Europe/Copenhagen |
|
|tz |Europe/Copenhagen |
|
||||||
|date |2026-03-23 |
|
|date |2026-03-24 |
|
||||||
|rstudio |2026.01.1+403 Apple Blossom (desktop) |
|
|rstudio |2026.01.1+403 Apple Blossom (desktop) |
|
||||||
|pandoc |3.6.4 @ /opt/homebrew/bin/ (via rmarkdown) |
|
|pandoc |3.6.4 @ /opt/homebrew/bin/ (via rmarkdown) |
|
||||||
|quarto |1.7.30 @ /usr/local/bin/quarto |
|
|quarto |1.7.30 @ /usr/local/bin/quarto |
|
||||||
|FreesearchR |26.3.4.260323 |
|
|FreesearchR |26.3.4.260324 |
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
@ -44,7 +44,6 @@
|
||||||
|cardx |0.3.2 |2026-02-05 |CRAN (R 4.5.2) |
|
|cardx |0.3.2 |2026-02-05 |CRAN (R 4.5.2) |
|
||||||
|caTools |1.18.3 |2024-09-04 |CRAN (R 4.5.0) |
|
|caTools |1.18.3 |2024-09-04 |CRAN (R 4.5.0) |
|
||||||
|cellranger |1.1.0 |2016-07-27 |CRAN (R 4.5.0) |
|
|cellranger |1.1.0 |2016-07-27 |CRAN (R 4.5.0) |
|
||||||
|cffr |1.2.1 |2026-01-12 |CRAN (R 4.5.2) |
|
|
||||||
|checkmate |2.3.4 |2026-02-03 |CRAN (R 4.5.2) |
|
|checkmate |2.3.4 |2026-02-03 |CRAN (R 4.5.2) |
|
||||||
|class |7.3-23 |2025-01-01 |CRAN (R 4.5.0) |
|
|class |7.3-23 |2025-01-01 |CRAN (R 4.5.0) |
|
||||||
|classInt |0.4-11 |2025-01-08 |CRAN (R 4.5.0) |
|
|classInt |0.4-11 |2025-01-08 |CRAN (R 4.5.0) |
|
||||||
|
|
@ -54,7 +53,6 @@
|
||||||
|colorspace |2.1-2 |2025-09-22 |CRAN (R 4.5.0) |
|
|colorspace |2.1-2 |2025-09-22 |CRAN (R 4.5.0) |
|
||||||
|commonmark |2.0.0 |2025-07-07 |CRAN (R 4.5.0) |
|
|commonmark |2.0.0 |2025-07-07 |CRAN (R 4.5.0) |
|
||||||
|crayon |1.5.3 |2024-06-20 |CRAN (R 4.5.0) |
|
|crayon |1.5.3 |2024-06-20 |CRAN (R 4.5.0) |
|
||||||
|curl |7.0.0 |2025-08-19 |CRAN (R 4.5.0) |
|
|
||||||
|data.table |1.18.2.1 |2026-01-27 |CRAN (R 4.5.2) |
|
|data.table |1.18.2.1 |2026-01-27 |CRAN (R 4.5.2) |
|
||||||
|datamods |1.5.3 |2024-10-02 |CRAN (R 4.5.0) |
|
|datamods |1.5.3 |2024-10-02 |CRAN (R 4.5.0) |
|
||||||
|datawizard |1.3.0 |2025-10-11 |CRAN (R 4.5.0) |
|
|datawizard |1.3.0 |2025-10-11 |CRAN (R 4.5.0) |
|
||||||
|
|
@ -113,7 +111,6 @@
|
||||||
|iterators |1.0.14 |2022-02-05 |CRAN (R 4.5.0) |
|
|iterators |1.0.14 |2022-02-05 |CRAN (R 4.5.0) |
|
||||||
|jquerylib |0.1.4 |2021-04-26 |CRAN (R 4.5.0) |
|
|jquerylib |0.1.4 |2021-04-26 |CRAN (R 4.5.0) |
|
||||||
|jsonlite |2.0.0 |2025-03-27 |CRAN (R 4.5.0) |
|
|jsonlite |2.0.0 |2025-03-27 |CRAN (R 4.5.0) |
|
||||||
|jsonvalidate |1.5.0 |2025-02-07 |CRAN (R 4.5.0) |
|
|
||||||
|KernSmooth |2.23-26 |2025-01-01 |CRAN (R 4.5.0) |
|
|KernSmooth |2.23-26 |2025-01-01 |CRAN (R 4.5.0) |
|
||||||
|keyring |1.4.1 |2025-06-15 |CRAN (R 4.5.0) |
|
|keyring |1.4.1 |2025-06-15 |CRAN (R 4.5.0) |
|
||||||
|knitr |1.51 |2025-12-20 |CRAN (R 4.5.2) |
|
|knitr |1.51 |2025-12-20 |CRAN (R 4.5.2) |
|
||||||
|
|
@ -127,6 +124,7 @@
|
||||||
|MASS |7.3-65 |2025-02-28 |CRAN (R 4.5.0) |
|
|MASS |7.3-65 |2025-02-28 |CRAN (R 4.5.0) |
|
||||||
|Matrix |1.7-4 |2025-08-28 |CRAN (R 4.5.0) |
|
|Matrix |1.7-4 |2025-08-28 |CRAN (R 4.5.0) |
|
||||||
|memoise |2.0.1 |2021-11-26 |CRAN (R 4.5.0) |
|
|memoise |2.0.1 |2021-11-26 |CRAN (R 4.5.0) |
|
||||||
|
|mgcv |1.9-4 |2025-11-07 |CRAN (R 4.5.0) |
|
||||||
|mime |0.13 |2025-03-17 |CRAN (R 4.5.0) |
|
|mime |0.13 |2025-03-17 |CRAN (R 4.5.0) |
|
||||||
|minqa |1.2.8 |2024-08-17 |CRAN (R 4.5.0) |
|
|minqa |1.2.8 |2024-08-17 |CRAN (R 4.5.0) |
|
||||||
|mvtnorm |1.3-2 |2024-11-04 |CRAN (R 4.5.2) |
|
|mvtnorm |1.3-2 |2024-11-04 |CRAN (R 4.5.2) |
|
||||||
|
|
@ -150,6 +148,7 @@
|
||||||
|pkgload |1.5.0 |2026-02-03 |CRAN (R 4.5.2) |
|
|pkgload |1.5.0 |2026-02-03 |CRAN (R 4.5.2) |
|
||||||
|plyr |1.8.9 |2023-10-02 |CRAN (R 4.5.0) |
|
|plyr |1.8.9 |2023-10-02 |CRAN (R 4.5.0) |
|
||||||
|polyclip |1.10-7 |2024-07-23 |CRAN (R 4.5.0) |
|
|polyclip |1.10-7 |2024-07-23 |CRAN (R 4.5.0) |
|
||||||
|
|polylabelr |1.0.0 |2026-01-19 |CRAN (R 4.5.2) |
|
||||||
|pracma |2.4.6 |2025-10-22 |CRAN (R 4.5.0) |
|
|pracma |2.4.6 |2025-10-22 |CRAN (R 4.5.0) |
|
||||||
|processx |3.8.6 |2025-02-21 |CRAN (R 4.5.0) |
|
|processx |3.8.6 |2025-02-21 |CRAN (R 4.5.0) |
|
||||||
|promises |1.5.0 |2025-11-01 |CRAN (R 4.5.0) |
|
|promises |1.5.0 |2025-11-01 |CRAN (R 4.5.0) |
|
||||||
|
|
@ -162,7 +161,6 @@
|
||||||
|R6 |2.6.1 |2025-02-15 |CRAN (R 4.5.0) |
|
|R6 |2.6.1 |2025-02-15 |CRAN (R 4.5.0) |
|
||||||
|ragg |1.5.1 |2026-03-06 |CRAN (R 4.5.2) |
|
|ragg |1.5.1 |2026-03-06 |CRAN (R 4.5.2) |
|
||||||
|rankinPlot |1.1.0 |2023-01-30 |CRAN (R 4.5.0) |
|
|rankinPlot |1.1.0 |2023-01-30 |CRAN (R 4.5.0) |
|
||||||
|rappdirs |0.3.4 |2026-01-17 |CRAN (R 4.5.2) |
|
|
||||||
|rbibutils |2.4.1 |2026-01-21 |CRAN (R 4.5.2) |
|
|rbibutils |2.4.1 |2026-01-21 |CRAN (R 4.5.2) |
|
||||||
|RColorBrewer |1.1-3 |2022-04-03 |CRAN (R 4.5.0) |
|
|RColorBrewer |1.1-3 |2022-04-03 |CRAN (R 4.5.0) |
|
||||||
|Rcpp |1.1.1 |2026-01-10 |CRAN (R 4.5.2) |
|
|Rcpp |1.1.1 |2026-01-10 |CRAN (R 4.5.2) |
|
||||||
|
|
@ -216,9 +214,7 @@
|
||||||
|twosamples |2.0.1 |2023-06-23 |CRAN (R 4.5.0) |
|
|twosamples |2.0.1 |2023-06-23 |CRAN (R 4.5.0) |
|
||||||
|tzdb |0.5.0 |2025-03-15 |CRAN (R 4.5.0) |
|
|tzdb |0.5.0 |2025-03-15 |CRAN (R 4.5.0) |
|
||||||
|usethis |3.2.1 |2025-09-06 |CRAN (R 4.5.0) |
|
|usethis |3.2.1 |2025-09-06 |CRAN (R 4.5.0) |
|
||||||
|utf8 |1.2.6 |2025-06-08 |CRAN (R 4.5.0) |
|
|
||||||
|uuid |1.2-2 |2026-01-23 |CRAN (R 4.5.2) |
|
|uuid |1.2-2 |2026-01-23 |CRAN (R 4.5.2) |
|
||||||
|V8 |8.0.1 |2025-10-10 |CRAN (R 4.5.0) |
|
|
||||||
|vctrs |0.7.1 |2026-01-23 |CRAN (R 4.5.2) |
|
|vctrs |0.7.1 |2026-01-23 |CRAN (R 4.5.2) |
|
||||||
|viridis |0.6.5 |2024-01-29 |CRAN (R 4.5.0) |
|
|viridis |0.6.5 |2024-01-29 |CRAN (R 4.5.0) |
|
||||||
|viridisLite |0.4.3 |2026-02-04 |CRAN (R 4.5.2) |
|
|viridisLite |0.4.3 |2026-02-04 |CRAN (R 4.5.2) |
|
||||||
|
|
|
||||||
851
app_docker/app.R
851
app_docker/app.R
File diff suppressed because it is too large
Load diff
|
|
@ -89,7 +89,6 @@
|
||||||
"No variables have a correlation measure above the threshold.","Ingen variabler er korrelerede over den angivne tærskelværdi."
|
"No variables have a correlation measure above the threshold.","Ingen variabler er korrelerede over den angivne tærskelværdi."
|
||||||
"and","og"
|
"and","og"
|
||||||
"from each pair","fra hvert par"
|
"from each pair","fra hvert par"
|
||||||
"Only non-text variables are available for plotting. Go the ""Data"" to reclass data to plot.","Kun variabler, der ikke er klassificerede som tekst er tilgængelige. Gå til fanen ""Forbered"" for at ændre klassifikationer."
|
|
||||||
"Plot","Tegn"
|
"Plot","Tegn"
|
||||||
"Adjust settings, then press ""Plot"".","Juster indstillingerne og tryk så ""Tegn""."
|
"Adjust settings, then press ""Plot"".","Juster indstillingerne og tryk så ""Tegn""."
|
||||||
"Plot height (mm)","Højde af grafik (mm)"
|
"Plot height (mm)","Højde af grafik (mm)"
|
||||||
|
|
@ -108,9 +107,7 @@
|
||||||
"Drawing the plot. Hold tight for a moment..","Tegner grafikken. Spænd selen.."
|
"Drawing the plot. Hold tight for a moment..","Tegner grafikken. Spænd selen.."
|
||||||
"#Plotting\n","#Tegner\n"
|
"#Plotting\n","#Tegner\n"
|
||||||
"Stacked horizontal bars","Stablede horisontale søjler"
|
"Stacked horizontal bars","Stablede horisontale søjler"
|
||||||
"A classical way of visualising the distribution of an ordinal scale like the modified Ranking Scale and known as Grotta bars","En klassisk visualisering af fordelingen af observationer på en ordinal kategorisk skala. Typisk brugt til modified Rankin Scale og kendes også som 'Grotta bars'"
|
|
||||||
"Violin plot","Violin-diagram"
|
"Violin plot","Violin-diagram"
|
||||||
"A modern alternative to the classic boxplot to visualise data distribution","Moderne alternativ til den klassiske box-plot og velegnet til at visualisere fordelingen af observationer"
|
|
||||||
"Sankey plot","Sankey-diagram"
|
"Sankey plot","Sankey-diagram"
|
||||||
"A way of visualising change between groups","Visualiserer ændring mellem grupper for samme type observationer"
|
"A way of visualising change between groups","Visualiserer ændring mellem grupper for samme type observationer"
|
||||||
"Scatter plot","Punkt-diagram"
|
"Scatter plot","Punkt-diagram"
|
||||||
|
|
@ -118,7 +115,6 @@
|
||||||
"Box plot","Kasse-diagram"
|
"Box plot","Kasse-diagram"
|
||||||
"A classic way to plot data distribution by groups","Klassik måde at visualisere fordeling"
|
"A classic way to plot data distribution by groups","Klassik måde at visualisere fordeling"
|
||||||
"Euler diagram","Eulerdiagram"
|
"Euler diagram","Eulerdiagram"
|
||||||
"Generate area-proportional Euler diagrams to display set relationships","Generer proportionelt Euler-diagram for at vise forhold mellem forskellige kategoriske observationer"
|
|
||||||
"Documentation","Dokumentation"
|
"Documentation","Dokumentation"
|
||||||
"Data is only stored for analyses and deleted when the app is closed.","Data opbevares alene til brug i analyser og slettes så snart appen lukkes."
|
"Data is only stored for analyses and deleted when the app is closed.","Data opbevares alene til brug i analyser og slettes så snart appen lukkes."
|
||||||
"Feedback","Feedback"
|
"Feedback","Feedback"
|
||||||
|
|
@ -232,9 +228,7 @@
|
||||||
"Split text","Opdel tekst"
|
"Split text","Opdel tekst"
|
||||||
"Apply split","Anvend opdeling"
|
"Apply split","Anvend opdeling"
|
||||||
"Stacked relative barplot","Stablet relativt søjlediagram"
|
"Stacked relative barplot","Stablet relativt søjlediagram"
|
||||||
"Create relative stacked barplots to show the distribution of categorical levels","Opret relative stablede søjlediagrammer for at vise fordelingen af kategoriske niveauer"
|
|
||||||
"Side-by-side barplot","Side om side barplot"
|
"Side-by-side barplot","Side om side barplot"
|
||||||
"Create side-by-side barplot to show the distribution of categorical levels","Opret et side-om-side søjlediagram for at vise fordelingen af kategoriske niveauer"
|
|
||||||
"Select table theme","Vælg tema"
|
"Select table theme","Vælg tema"
|
||||||
"Letters","Bogstaver"
|
"Letters","Bogstaver"
|
||||||
"Words","Ord"
|
"Words","Ord"
|
||||||
|
|
@ -328,3 +322,4 @@
|
||||||
"Sample data","Sample data"
|
"Sample data","Sample data"
|
||||||
"Settings","Settings"
|
"Settings","Settings"
|
||||||
"Create new factor","Create new factor"
|
"Create new factor","Create new factor"
|
||||||
|
"Choose color palette","Choose color palette"
|
||||||
|
|
|
||||||
|
|
|
@ -89,7 +89,6 @@
|
||||||
"No variables have a correlation measure above the threshold.","Hakuna vigezo vyenye kipimo cha uhusiano kilicho juu ya kizingiti."
|
"No variables have a correlation measure above the threshold.","Hakuna vigezo vyenye kipimo cha uhusiano kilicho juu ya kizingiti."
|
||||||
"and","na"
|
"and","na"
|
||||||
"from each pair","kutoka kwa kila jozi"
|
"from each pair","kutoka kwa kila jozi"
|
||||||
"Only non-text variables are available for plotting. Go the ""Data"" to reclass data to plot.","Vigezo visivyo vya maandishi pekee ndivyo vinavyopatikana kwa ajili ya kupanga. Nenda kwenye ""Data"" ili kupanga upya data ili kupanga."
|
|
||||||
"Plot","Kipande cha habari"
|
"Plot","Kipande cha habari"
|
||||||
"Adjust settings, then press ""Plot"".","Rekebisha mipangilio, kisha bonyeza ""Plot""."
|
"Adjust settings, then press ""Plot"".","Rekebisha mipangilio, kisha bonyeza ""Plot""."
|
||||||
"Plot height (mm)","Urefu wa kiwanja (mm)"
|
"Plot height (mm)","Urefu wa kiwanja (mm)"
|
||||||
|
|
@ -108,9 +107,7 @@
|
||||||
"Drawing the plot. Hold tight for a moment..","Kuchora njama. Shikilia kwa muda.."
|
"Drawing the plot. Hold tight for a moment..","Kuchora njama. Shikilia kwa muda.."
|
||||||
"#Plotting\n","#Upangaji\n"
|
"#Plotting\n","#Upangaji\n"
|
||||||
"Stacked horizontal bars","Pau za mlalo zilizopangwa kwa mpangilio"
|
"Stacked horizontal bars","Pau za mlalo zilizopangwa kwa mpangilio"
|
||||||
"A classical way of visualising the distribution of an ordinal scale like the modified Ranking Scale and known as Grotta bars","Njia ya kitamaduni ya kuibua usambazaji wa mizani ya kawaida kama vile Mizani ya Nafasi iliyorekebishwa na inayojulikana kama baa za Grotta"
|
|
||||||
"Violin plot","Hadithi ya violin"
|
"Violin plot","Hadithi ya violin"
|
||||||
"A modern alternative to the classic boxplot to visualise data distribution","Njia mbadala ya kisasa ya mpangilio wa kisanduku wa kawaida ili kuibua usambazaji wa data"
|
|
||||||
"Sankey plot","Njama ya Sankey"
|
"Sankey plot","Njama ya Sankey"
|
||||||
"A way of visualising change between groups","Njia ya kuibua mabadiliko kati ya vikundi"
|
"A way of visualising change between groups","Njia ya kuibua mabadiliko kati ya vikundi"
|
||||||
"Scatter plot","Njama ya kutawanya"
|
"Scatter plot","Njama ya kutawanya"
|
||||||
|
|
@ -118,7 +115,6 @@
|
||||||
"Box plot","Kipande cha sanduku"
|
"Box plot","Kipande cha sanduku"
|
||||||
"A classic way to plot data distribution by groups","Njia ya kawaida ya kupanga usambazaji wa data kwa vikundi"
|
"A classic way to plot data distribution by groups","Njia ya kawaida ya kupanga usambazaji wa data kwa vikundi"
|
||||||
"Euler diagram","Mchoro wa Euler"
|
"Euler diagram","Mchoro wa Euler"
|
||||||
"Generate area-proportional Euler diagrams to display set relationships","Tengeneza michoro ya Euler inayolingana na eneo ili kuonyesha uhusiano uliowekwa"
|
|
||||||
"Documentation","Nyaraka"
|
"Documentation","Nyaraka"
|
||||||
"Data is only stored for analyses and deleted when the app is closed.","Data huhifadhiwa kwa ajili ya uchambuzi na kufutwa tu wakati programu imefungwa."
|
"Data is only stored for analyses and deleted when the app is closed.","Data huhifadhiwa kwa ajili ya uchambuzi na kufutwa tu wakati programu imefungwa."
|
||||||
"Feedback","Maoni"
|
"Feedback","Maoni"
|
||||||
|
|
@ -232,9 +228,7 @@
|
||||||
"No character variables with accepted delimiters detected.","Hakuna vigezo vya herufi vilivyo na vidhibiti vinavyokubalika vilivyogunduliwa."
|
"No character variables with accepted delimiters detected.","Hakuna vigezo vya herufi vilivyo na vidhibiti vinavyokubalika vilivyogunduliwa."
|
||||||
"Apply split","Tumia mgawanyiko"
|
"Apply split","Tumia mgawanyiko"
|
||||||
"Stacked relative barplot","Kipande cha baruni kilichopangwa kwa mirundiko"
|
"Stacked relative barplot","Kipande cha baruni kilichopangwa kwa mirundiko"
|
||||||
"Create relative stacked barplots to show the distribution of categorical levels","Unda viwanja vya baruni vilivyopangwa ili kuonyesha usambazaji wa viwango vya kategoria"
|
|
||||||
"Side-by-side barplot","Kipande cha baruni cha kando kwa kando"
|
"Side-by-side barplot","Kipande cha baruni cha kando kwa kando"
|
||||||
"Create side-by-side barplot to show the distribution of categorical levels","Unda mpangilio wa barufa kando ili kuonyesha usambazaji wa viwango vya kategoria"
|
|
||||||
"Select table theme","Chagua mandhari ya jedwali"
|
"Select table theme","Chagua mandhari ya jedwali"
|
||||||
"Letters","Barua"
|
"Letters","Barua"
|
||||||
"Words","Maneno"
|
"Words","Maneno"
|
||||||
|
|
@ -328,3 +322,4 @@
|
||||||
"Sample data","Sample data"
|
"Sample data","Sample data"
|
||||||
"Settings","Settings"
|
"Settings","Settings"
|
||||||
"Create new factor","Create new factor"
|
"Create new factor","Create new factor"
|
||||||
|
"Choose color palette","Choose color palette"
|
||||||
|
|
|
||||||
|
File diff suppressed because it is too large
Load diff
|
|
@ -89,7 +89,6 @@
|
||||||
"No variables have a correlation measure above the threshold.","Ingen variabler er korrelerede over den angivne tærskelværdi."
|
"No variables have a correlation measure above the threshold.","Ingen variabler er korrelerede over den angivne tærskelværdi."
|
||||||
"and","og"
|
"and","og"
|
||||||
"from each pair","fra hvert par"
|
"from each pair","fra hvert par"
|
||||||
"Only non-text variables are available for plotting. Go the ""Data"" to reclass data to plot.","Kun variabler, der ikke er klassificerede som tekst er tilgængelige. Gå til fanen ""Forbered"" for at ændre klassifikationer."
|
|
||||||
"Plot","Tegn"
|
"Plot","Tegn"
|
||||||
"Adjust settings, then press ""Plot"".","Juster indstillingerne og tryk så ""Tegn""."
|
"Adjust settings, then press ""Plot"".","Juster indstillingerne og tryk så ""Tegn""."
|
||||||
"Plot height (mm)","Højde af grafik (mm)"
|
"Plot height (mm)","Højde af grafik (mm)"
|
||||||
|
|
@ -108,9 +107,7 @@
|
||||||
"Drawing the plot. Hold tight for a moment..","Tegner grafikken. Spænd selen.."
|
"Drawing the plot. Hold tight for a moment..","Tegner grafikken. Spænd selen.."
|
||||||
"#Plotting\n","#Tegner\n"
|
"#Plotting\n","#Tegner\n"
|
||||||
"Stacked horizontal bars","Stablede horisontale søjler"
|
"Stacked horizontal bars","Stablede horisontale søjler"
|
||||||
"A classical way of visualising the distribution of an ordinal scale like the modified Ranking Scale and known as Grotta bars","En klassisk visualisering af fordelingen af observationer på en ordinal kategorisk skala. Typisk brugt til modified Rankin Scale og kendes også som 'Grotta bars'"
|
|
||||||
"Violin plot","Violin-diagram"
|
"Violin plot","Violin-diagram"
|
||||||
"A modern alternative to the classic boxplot to visualise data distribution","Moderne alternativ til den klassiske box-plot og velegnet til at visualisere fordelingen af observationer"
|
|
||||||
"Sankey plot","Sankey-diagram"
|
"Sankey plot","Sankey-diagram"
|
||||||
"A way of visualising change between groups","Visualiserer ændring mellem grupper for samme type observationer"
|
"A way of visualising change between groups","Visualiserer ændring mellem grupper for samme type observationer"
|
||||||
"Scatter plot","Punkt-diagram"
|
"Scatter plot","Punkt-diagram"
|
||||||
|
|
@ -118,7 +115,6 @@
|
||||||
"Box plot","Kasse-diagram"
|
"Box plot","Kasse-diagram"
|
||||||
"A classic way to plot data distribution by groups","Klassik måde at visualisere fordeling"
|
"A classic way to plot data distribution by groups","Klassik måde at visualisere fordeling"
|
||||||
"Euler diagram","Eulerdiagram"
|
"Euler diagram","Eulerdiagram"
|
||||||
"Generate area-proportional Euler diagrams to display set relationships","Generer proportionelt Euler-diagram for at vise forhold mellem forskellige kategoriske observationer"
|
|
||||||
"Documentation","Dokumentation"
|
"Documentation","Dokumentation"
|
||||||
"Data is only stored for analyses and deleted when the app is closed.","Data opbevares alene til brug i analyser og slettes så snart appen lukkes."
|
"Data is only stored for analyses and deleted when the app is closed.","Data opbevares alene til brug i analyser og slettes så snart appen lukkes."
|
||||||
"Feedback","Feedback"
|
"Feedback","Feedback"
|
||||||
|
|
@ -232,9 +228,7 @@
|
||||||
"Split text","Opdel tekst"
|
"Split text","Opdel tekst"
|
||||||
"Apply split","Anvend opdeling"
|
"Apply split","Anvend opdeling"
|
||||||
"Stacked relative barplot","Stablet relativt søjlediagram"
|
"Stacked relative barplot","Stablet relativt søjlediagram"
|
||||||
"Create relative stacked barplots to show the distribution of categorical levels","Opret relative stablede søjlediagrammer for at vise fordelingen af kategoriske niveauer"
|
|
||||||
"Side-by-side barplot","Side om side barplot"
|
"Side-by-side barplot","Side om side barplot"
|
||||||
"Create side-by-side barplot to show the distribution of categorical levels","Opret et side-om-side søjlediagram for at vise fordelingen af kategoriske niveauer"
|
|
||||||
"Select table theme","Vælg tema"
|
"Select table theme","Vælg tema"
|
||||||
"Letters","Bogstaver"
|
"Letters","Bogstaver"
|
||||||
"Words","Ord"
|
"Words","Ord"
|
||||||
|
|
@ -328,3 +322,4 @@
|
||||||
"Sample data","Sample data"
|
"Sample data","Sample data"
|
||||||
"Settings","Settings"
|
"Settings","Settings"
|
||||||
"Create new factor","Create new factor"
|
"Create new factor","Create new factor"
|
||||||
|
"Choose color palette","Choose color palette"
|
||||||
|
|
|
||||||
|
|
|
@ -89,7 +89,6 @@
|
||||||
"No variables have a correlation measure above the threshold.","Hakuna vigezo vyenye kipimo cha uhusiano kilicho juu ya kizingiti."
|
"No variables have a correlation measure above the threshold.","Hakuna vigezo vyenye kipimo cha uhusiano kilicho juu ya kizingiti."
|
||||||
"and","na"
|
"and","na"
|
||||||
"from each pair","kutoka kwa kila jozi"
|
"from each pair","kutoka kwa kila jozi"
|
||||||
"Only non-text variables are available for plotting. Go the ""Data"" to reclass data to plot.","Vigezo visivyo vya maandishi pekee ndivyo vinavyopatikana kwa ajili ya kupanga. Nenda kwenye ""Data"" ili kupanga upya data ili kupanga."
|
|
||||||
"Plot","Kipande cha habari"
|
"Plot","Kipande cha habari"
|
||||||
"Adjust settings, then press ""Plot"".","Rekebisha mipangilio, kisha bonyeza ""Plot""."
|
"Adjust settings, then press ""Plot"".","Rekebisha mipangilio, kisha bonyeza ""Plot""."
|
||||||
"Plot height (mm)","Urefu wa kiwanja (mm)"
|
"Plot height (mm)","Urefu wa kiwanja (mm)"
|
||||||
|
|
@ -108,9 +107,7 @@
|
||||||
"Drawing the plot. Hold tight for a moment..","Kuchora njama. Shikilia kwa muda.."
|
"Drawing the plot. Hold tight for a moment..","Kuchora njama. Shikilia kwa muda.."
|
||||||
"#Plotting\n","#Upangaji\n"
|
"#Plotting\n","#Upangaji\n"
|
||||||
"Stacked horizontal bars","Pau za mlalo zilizopangwa kwa mpangilio"
|
"Stacked horizontal bars","Pau za mlalo zilizopangwa kwa mpangilio"
|
||||||
"A classical way of visualising the distribution of an ordinal scale like the modified Ranking Scale and known as Grotta bars","Njia ya kitamaduni ya kuibua usambazaji wa mizani ya kawaida kama vile Mizani ya Nafasi iliyorekebishwa na inayojulikana kama baa za Grotta"
|
|
||||||
"Violin plot","Hadithi ya violin"
|
"Violin plot","Hadithi ya violin"
|
||||||
"A modern alternative to the classic boxplot to visualise data distribution","Njia mbadala ya kisasa ya mpangilio wa kisanduku wa kawaida ili kuibua usambazaji wa data"
|
|
||||||
"Sankey plot","Njama ya Sankey"
|
"Sankey plot","Njama ya Sankey"
|
||||||
"A way of visualising change between groups","Njia ya kuibua mabadiliko kati ya vikundi"
|
"A way of visualising change between groups","Njia ya kuibua mabadiliko kati ya vikundi"
|
||||||
"Scatter plot","Njama ya kutawanya"
|
"Scatter plot","Njama ya kutawanya"
|
||||||
|
|
@ -118,7 +115,6 @@
|
||||||
"Box plot","Kipande cha sanduku"
|
"Box plot","Kipande cha sanduku"
|
||||||
"A classic way to plot data distribution by groups","Njia ya kawaida ya kupanga usambazaji wa data kwa vikundi"
|
"A classic way to plot data distribution by groups","Njia ya kawaida ya kupanga usambazaji wa data kwa vikundi"
|
||||||
"Euler diagram","Mchoro wa Euler"
|
"Euler diagram","Mchoro wa Euler"
|
||||||
"Generate area-proportional Euler diagrams to display set relationships","Tengeneza michoro ya Euler inayolingana na eneo ili kuonyesha uhusiano uliowekwa"
|
|
||||||
"Documentation","Nyaraka"
|
"Documentation","Nyaraka"
|
||||||
"Data is only stored for analyses and deleted when the app is closed.","Data huhifadhiwa kwa ajili ya uchambuzi na kufutwa tu wakati programu imefungwa."
|
"Data is only stored for analyses and deleted when the app is closed.","Data huhifadhiwa kwa ajili ya uchambuzi na kufutwa tu wakati programu imefungwa."
|
||||||
"Feedback","Maoni"
|
"Feedback","Maoni"
|
||||||
|
|
@ -232,9 +228,7 @@
|
||||||
"No character variables with accepted delimiters detected.","Hakuna vigezo vya herufi vilivyo na vidhibiti vinavyokubalika vilivyogunduliwa."
|
"No character variables with accepted delimiters detected.","Hakuna vigezo vya herufi vilivyo na vidhibiti vinavyokubalika vilivyogunduliwa."
|
||||||
"Apply split","Tumia mgawanyiko"
|
"Apply split","Tumia mgawanyiko"
|
||||||
"Stacked relative barplot","Kipande cha baruni kilichopangwa kwa mirundiko"
|
"Stacked relative barplot","Kipande cha baruni kilichopangwa kwa mirundiko"
|
||||||
"Create relative stacked barplots to show the distribution of categorical levels","Unda viwanja vya baruni vilivyopangwa ili kuonyesha usambazaji wa viwango vya kategoria"
|
|
||||||
"Side-by-side barplot","Kipande cha baruni cha kando kwa kando"
|
"Side-by-side barplot","Kipande cha baruni cha kando kwa kando"
|
||||||
"Create side-by-side barplot to show the distribution of categorical levels","Unda mpangilio wa barufa kando ili kuonyesha usambazaji wa viwango vya kategoria"
|
|
||||||
"Select table theme","Chagua mandhari ya jedwali"
|
"Select table theme","Chagua mandhari ya jedwali"
|
||||||
"Letters","Barua"
|
"Letters","Barua"
|
||||||
"Words","Maneno"
|
"Words","Maneno"
|
||||||
|
|
@ -328,3 +322,4 @@
|
||||||
"Sample data","Sample data"
|
"Sample data","Sample data"
|
||||||
"Settings","Settings"
|
"Settings","Settings"
|
||||||
"Create new factor","Create new factor"
|
"Create new factor","Create new factor"
|
||||||
|
"Choose color palette","Choose color palette"
|
||||||
|
|
|
||||||
|
Loading…
Add table
Add a link
Reference in a new issue