search for: h002

Displaying 3 results from an estimated 3 matches for "h002".

Did you mean: 2002
2008 Aug 01
2
how to replace NA values in a list
...and NAs. I want to replace the NAs to zero, but don't know how to change it, the difficulty may be all the elements are of the class list, so it is hard to change. Thank you for your help! matrix spec: wavenumber prescan postscan H001 Numeric,1876 Numeric,1876 Numeric,1876 H002 Numeric,1876 Numeric,1876 Numeric,1876 H003 Numeric,1876 Numeric,1876 Numeric,1876 H004 Numeric,1876 Numeric,1876 Numeric,1876 H005 Numeric,1876 Numeric,1876 Numeric,1876 H006 Numeric,1876 Numeric,1876 Numeric,1876 [[alternative HTML version deleted]]
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without further functionality. It only provides the destroy callback to cleanup the encoder's state. Only few drivers implement more sophisticated encoders than that. Most drivers implement such a simple encoder and can use drm_simple_encoder_init() instead. The patchset converts drivers where the encoder's instance is embedded in
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without further functionality. It only provides the destroy callback to cleanup the encoder's state. Only few drivers implement more sophisticated encoders than that. Most drivers implement such a simple encoder and can use drm_simple_encoder_init() instead. The patchset converts drivers where the encoder's instance is embedded in