Displaying 3 results from an estimated 3 matches for "statisticsglobe".
2023 Jun 11
1
Marcas secundarias ejes ggplot2
...2023 a las 22:56, Carlos Ortega (<cof en qualityexcellence.es>)
escribió:
> Hola,
>
> Sí, puedes ver varias soluciones aquí:
>
> -
> https://stackoverflow.com/questions/14490071/adding-minor-tick-marks-to-the-x-axis-in-ggplot2-with-no-labels
> -
> https://statisticsglobe.com/add-minor-tick-marks-without-labels-ggplot2-plot-r
>
> Gracias,
> Carlos.
> www.qualityexcellence.es
>
> El sáb, 10 jun 2023 a las 5:29, Javier Gómez Gonzalez (<
> zaragatan en gmail.com>) escribió:
>
>> Estimados amigos:
>> Quisiera saber si hay alguna...
2023 Jun 11
1
Resumen de R-help-es, Vol 172, Envío 16
...2023 a las 22:56, Carlos Ortega (<cof en qualityexcellence.es>)
escribi?:
> Hola,
>
> S?, puedes ver varias soluciones aqu?:
>
> -
> https://stackoverflow.com/questions/14490071/adding-minor-tick-marks-to-the-x-axis-in-ggplot2-with-no-labels
> -
> https://statisticsglobe.com/add-minor-tick-marks-without-labels-ggplot2-plot-r
>
> Gracias,
> Carlos.
> www.qualityexcellence.es<http://www.qualityexcellence.es>
>
> El s?b, 10 jun 2023 a las 5:29, Javier G?mez Gonzalez (<
> zaragatan en gmail.com>) escribi?:
>
>> Estimados amigos...
2024 Jul 14
2
Reinterpret data without saving it to a file 1st? Check for integer stopping at 1st decimal?
A small number of columns in the data I need to work with are strings, the
rest numbers. I'm using read_excel() from the readxl package to get the
data ; right after it, the string columns are of type chr and the rest num.
I'm tasked with finding out which columns are integers. From an advice, I
tried saving the spreadsheet content into a CSV then loading that, which
works like a charm ;